Skip to content

Commit

Permalink
Fixing travis and statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gaunt committed Sep 23, 2016
1 parent 3fef95d commit 00a1c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ install:
before_script:
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
script:
- 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
- $NPM test
sudo: required

0 comments on commit 00a1c8a

Please sign in to comment.