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