Skip to content

Commit a44e769

Browse files
committed
Begrudgingly move eslint to travis
1 parent 20337bc commit a44e769

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,6 @@ before_script:
121121

122122
script:
123123
- if [[ "${NODE_VERSION}" ]]; then ./scripts/build_against_node.sh; fi;
124+
- if [[ "${NODE_VERSION}" -eq "4" ]]; then ./node_modules/.bin/eslint lib; fi;
124125
# disabled for now: need to port to sudo:false
125126
#- if [[ "${NODE_WEBKIT}" ]]; then ./scripts/build_against_node_webkit.sh; fi;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"preinstall": "npm install node-pre-gyp",
5151
"install": "node-pre-gyp install --fallback-to-build",
5252
"pretest": "node test/support/createdb.js",
53-
"test": "eslint lib && mocha -R spec --timeout 480000"
53+
"test": "mocha -R spec --timeout 480000"
5454
},
5555
"license": "BSD-3-Clause",
5656
"keywords": [

0 commit comments

Comments
 (0)