add config for travis ci fail when test case fail (#1264)

* add config for travis ci fail when test case fail
This commit is contained in:
WangXin 2018-01-30 10:14:41 +08:00 committed by GitHub
parent daac568cf8
commit 98c548aab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ jdk:
- oraclejdk8
- openjdk7
script: "mvn cobertura:cobertura"
script:
- mvn clean package
- mvn cobertura:cobertura
after_success:
- bash <(curl -s https://codecov.io/bash)