Skip to content

Commit

Permalink
Do not start robot tests on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bsuttor committed Jun 17, 2020
1 parent e221500 commit 56399eb
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 @@ -25,7 +25,7 @@ before_script:
- firefox -v
script:
- bin/code-analysis
- bin/test --all
- bin/test -t '!robot'
after_success:
- bin/createcoverage
- bin/pip install -q "coverage<5"
Expand Down

0 comments on commit 56399eb

Please sign in to comment.