Update .travis.yml
This commit is contained in:
@@ -1,19 +1 @@
|
|||||||
language: java
|
language: java
|
||||||
install: true
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- chmod +x gradlew
|
|
||||||
|
|
||||||
stages:
|
|
||||||
- name: build
|
|
||||||
- name: unitTest
|
|
||||||
- name: integrationTest
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
include:
|
|
||||||
- stage: build
|
|
||||||
script: ./gradlew build
|
|
||||||
- stage: unitTest
|
|
||||||
script: ./gradlew test
|
|
||||||
- stage: integrationTest
|
|
||||||
script: ./gradlew integrationTest
|
|
||||||
Reference in New Issue
Block a user