We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20337bc commit a44e769Copy full SHA for a44e769
2 files changed
.travis.yml
@@ -121,5 +121,6 @@ before_script:
121
122
script:
123
- if [[ "${NODE_VERSION}" ]]; then ./scripts/build_against_node.sh; fi;
124
+- if [[ "${NODE_VERSION}" -eq "4" ]]; then ./node_modules/.bin/eslint lib; fi;
125
# disabled for now: need to port to sudo:false
126
#- if [[ "${NODE_WEBKIT}" ]]; then ./scripts/build_against_node_webkit.sh; fi;
package.json
@@ -50,7 +50,7 @@
50
"preinstall": "npm install node-pre-gyp",
51
"install": "node-pre-gyp install --fallback-to-build",
52
"pretest": "node test/support/createdb.js",
53
- "test": "eslint lib && mocha -R spec --timeout 480000"
+ "test": "mocha -R spec --timeout 480000"
54
},
55
"license": "BSD-3-Clause",
56
"keywords": [
0 commit comments