Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthnclt committed Dec 2, 2015
1 parent e0d5658 commit 0b208dc
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 @@ -9,7 +9,7 @@ install: true
branches:
only:
- master
script: mvn install javadoc:aggregator jacoco:report coveralls:report
script: mvn install javadoc:aggregate jacoco:report coveralls:report
after_success:
- chmod a+x .utility/push-javadoc-to-gh-pages.sh
- .utility/push-javadoc-to-gh-pages.sh
Expand Down

0 comments on commit 0b208dc

Please sign in to comment.