Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
no need to override default tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
mriehl committed Oct 31, 2014
1 parent 26eac10 commit a32af3b
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,6 +9,6 @@ install:
- pip install pybuilder
- pip install coveralls
- pyb install_dependencies
script: "pyb verify analyze package && coverage run --source=src/main/python `which pyb` run_unit_tests"
script: "pyb && coverage run --source=src/main/python `which pyb` run_unit_tests"
after_success:
- coveralls --verbose

0 comments on commit a32af3b

Please sign in to comment.