Skip to content

Commit 00a1c8a

Browse files
author
Matt Gaunt
committed
Fixing travis and statement
1 parent 3fef95d commit 00a1c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ install:
3232
before_script:
3333
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
3434
script:
35-
- if [[ $NODE_VERSION != "0.10" -a $NODE_VERSION != "0.12" ]]; then $NPM run lint; fi
35+
- if [[ $NODE_VERSION != "0.10" && $NODE_VERSION != "0.12" ]]; then $NPM run lint; fi
3636
- $NPM test
3737
sudo: required

0 commit comments

Comments
 (0)