Skip to content

Commit

Permalink
checkout .travis.yml from origin/master
Browse files Browse the repository at this point in the history
  • Loading branch information
lovepoem committed Feb 7, 2018
1 parent ce955d5 commit 1e4ff6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 1e4ff6f

Please sign in to comment.