Update .travis.yml
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
|||||||
|
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
|
||||||
@@ -1 +1,19 @@
|
|||||||
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