Skip to content

Commit

Permalink
apache#73 add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
lovepoem committed Jan 17, 2019
1 parent 152f8bd commit 199cce5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ cache:
install: true

script:
- travis_wait 30 mvn clean package
- mvn clean package
- mvn cobertura:cobertura

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 199cce5

Please sign in to comment.