Update .travis.yml

This commit is contained in:
Alex Tusa
2019-02-01 23:04:33 -07:00
committed by GitHub
parent ade13c7d50
commit 7cf459dad8
+4 -4
View File
@@ -13,14 +13,14 @@ before_install:
stages: stages:
- name: build - name: build
- name: unitTest - name: unit tests
- name: integrationTest - name: integration tests
jobs: jobs:
include: include:
- stage: build - stage: build
script: ./gradlew build script: ./gradlew build
- stage: unitTest - stage: unit tests
script: ./gradlew test script: ./gradlew test
- stage: integrationTest - stage: integration tests
script: ./gradlew integrationTest script: ./gradlew integrationTest