Skip to content

Commit 3fef95d

Browse files
author
Matt Gaunt
committed
Removing lint from 0.10 and 0.12
1 parent 3b1f7b0 commit 3fef95d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +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
3536
- $NPM test
3637
sudo: required

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"scripts": {
1010
"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",
1313
"test": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --ui tdd test/test*"
1414
},
1515
"repository": {

0 commit comments

Comments
 (0)