Skip to content

Commit

Permalink
Fix robot.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Apr 23, 2016
1 parent 36b4b5d commit 59868fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
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.
- - if [ $PLONE_VERSION == 5.0.x ]; then export ROBOTSUITE_PREFIX=ONLYROBOT && bin/test -t ONLYROBOT --all; fi
- if [ $PLONE_VERSION == 5.0.x ]; then export ROBOTSUITE_PREFIX=ONLYROBOT && bin/test -t ONLYROBOT --all; fi
after_success:
- pip install -q coveralls python-coveralls==2.5.0
- coveralls

0 comments on commit 59868fe

Please sign in to comment.