Fix .travis.yml syntax.
This commit is contained in:
parent
0960f229f0
commit
224ab3237d
@ -36,8 +36,8 @@ install:
|
||||
- python scripts/dev/ci_install.py
|
||||
|
||||
script:
|
||||
- [[ $TESTENV != eslint ]] && tox -e "$TESTENV" -- -p no:sugar tests || true
|
||||
- [[ $TESTENV == eslint ]] && eslint qutebrowser || true
|
||||
- '[[ $TESTENV != eslint ]] && tox -e $TESTENV -- -p no:sugar tests || true'
|
||||
- '[[ $TESTENV == eslint ]] && eslint qutebrowser || true'
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
|
Loading…
Reference in New Issue
Block a user