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:
- name: build
- name: unitTest
- name: integrationTest
- name: unit tests
- name: integration tests
jobs:
include:
- stage: build
script: ./gradlew build
- stage: unitTest
- stage: unit tests
script: ./gradlew test
- stage: integrationTest
- stage: integration tests
script: ./gradlew integrationTest