Fail-fast in case of unsuccessful tests

This commit is contained in:
Mauricio Colli 2018-03-13 23:16:55 -03:00
parent fce324d1bc
commit 4366b7321f
No known key found for this signature in database
GPG Key ID: F200BFD6F29DDD85
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
language: java
script:
- ./gradlew check
- ./gradlew javadoc
script: ./gradlew check
after_success: ./gradlew javadoc
deploy:
provider: pages