Skip to content

Commit

Permalink
global: travis config fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ketoth Xupack <ketoth.xupack@gmail.com>
  • Loading branch information
KetothXupack committed Oct 9, 2013
1 parent 48c2a66 commit 63230bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jdk:
env:
- secure: "NZJ+d+nZK7S+LJrF2BljLJC/EXYINEP3qAuNpZ5khgSxammFN16FUlCnL/CgWPH5UyN0HdcF1COhwiP/veKaMBig9MGSvKa1ywuCVwMeQ39nPzVBdXt1QpnaBWNfOb3Teh6s3jx80vd2Asj6JCI+TFc0Bjg1wkibueRGXGpwATA="

script: mvn -Dskip.jacoco=true -e -DrepoToken=$COVERALLS_KEY clean cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:2.0.1:cobertura
script: mvn -Dskip.cobertura=false -Dskip.jacoco=true -e -DrepoToken=$COVERALLS_KEY clean cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:2.0.1:cobertura

0 comments on commit 63230bc

Please sign in to comment.