Skip to content

Commit

Permalink
Have travis run make itest_trusty.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanKrall committed Mar 17, 2016
1 parent e8ad1e8 commit 3712434
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 @@ -5,11 +5,12 @@ env:
- TOXENV=docs
- TOXENV=general_itests
- TOXENV=paasta_itests
- MAKE_TARGET=itest_trusty
sudo: required
services:
- docker
install: pip install coveralls tox
script: tox
script: if [[ -n "$MAKE_TARGET" ]]; then make "$MAKE_TARGET"; else tox; fi
after_success:
- coveralls
deploy:
Expand Down

0 comments on commit 3712434

Please sign in to comment.