Skip to content

Commit

Permalink
Attempt to fix robot run on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Apr 23, 2016
1 parent d732776 commit 0dd98b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ script:
- bin/code-analysis
- bin/coverage run bin/test
# XXX: Run Robot Framework in isolation to avoid test isolation issues.
- ROBOTSUITE_PREFIX=ONLYROBOT
- bin/test --all -t ONLYROBOT
- ROBOTSUITE_PREFIX=ONLYROBOT && bin/test -t ONLYROBOT --all
after_success:
- pip install -q coveralls python-coveralls==2.5.0
- coveralls

0 comments on commit 0dd98b6

Please sign in to comment.