File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -32,5 +32,6 @@ install:
32
32
before_script :
33
33
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
34
34
script :
35
+ - if [[ $NODE_VERSION != "0.10" -a $NODE_VERSION != "0.12" ]]; then $NPM run lint; fi
35
36
- $NPM test
36
37
sudo : required
Original file line number Diff line number Diff line change 8
8
},
9
9
"scripts" : {
10
10
"download-browser" : " node --harmony ./test/helpers/download-test-browsers.js" ,
11
- "lint" : " node --harmony ./node_modules/eslint/bin/eslint --ignore-path .gitignore '.'" ,
12
- "pretest" : " npm run lint && npm run download-browser" ,
11
+ "lint" : " node ./node_modules/eslint/bin/eslint --ignore-path .gitignore '.'" ,
12
+ "pretest" : " npm run download-browser" ,
13
13
"test" : " node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --ui tdd test/test*"
14
14
},
15
15
"repository" : {
You can’t perform that action at this time.
0 commit comments