We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fef95d commit 00a1c8aCopy full SHA for 00a1c8a
.travis.yml
@@ -32,6 +32,6 @@ install:
32
before_script:
33
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
34
script:
35
- - if [[ $NODE_VERSION != "0.10" -a $NODE_VERSION != "0.12" ]]; then $NPM run lint; fi
+ - if [[ $NODE_VERSION != "0.10" && $NODE_VERSION != "0.12" ]]; then $NPM run lint; fi
36
- $NPM test
37
sudo: required
0 commit comments