Skip to content

Commit

Permalink
Another attempt to fix robot on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Apr 23, 2016
1 parent 0dd98b6 commit d6e7148
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 @@ -30,7 +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 -t ONLYROBOT --all
- export ROBOTSUITE_PREFIX=ONLYROBOT && bin/test -t ONLYROBOT --all
after_success:
- pip install -q coveralls python-coveralls==2.5.0
- coveralls

0 comments on commit d6e7148

Please sign in to comment.