Run eslint via tox.
This makes the .travis.yml simpler again and fixes the fact that the exit status of a command was ignored because of the "|| true".
This commit is contained in:
parent
224ab3237d
commit
661f7cde92
@ -36,8 +36,7 @@ install:
|
||||
- python scripts/dev/ci_install.py
|
||||
|
||||
script:
|
||||
- '[[ $TESTENV != eslint ]] && tox -e $TESTENV -- -p no:sugar tests || true'
|
||||
- '[[ $TESTENV == eslint ]] && eslint qutebrowser || true'
|
||||
- tox -e $TESTENV -- -p no:sugar tests
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
|
Loading…
Reference in New Issue
Block a user