Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarv committed Nov 2, 2017
1 parent 7d7e8de commit e207942
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ script:
- cd jdcallgraph
- if [ $TRAVIS_JDK_VERSION == "oraclejdk9" ]; then mvn clean verify; fi
- if [ $TRAVIS_JDK_VERSION != "oraclejdk9" ]; then mvn clean verify cobertura:cobertura coveralls:report; fi
- cd ../integration_tests
- ./all.sh
# after_success: cd ../jdcallgraph && mvn cobertura:cobertura coveralls:report -Dcheckstyle
# .skip=true
- cd ../integration_tests && ./all.sh


deploy:
provider: releases
Expand Down

0 comments on commit e207942

Please sign in to comment.