We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6d046 commit 96bc134Copy full SHA for 96bc134
.travis.yml
@@ -3,3 +3,4 @@ node_js:
3
- v7
4
- v6
5
- v5
6
+after_success: npm run integration-test
package.json
@@ -33,7 +33,8 @@
33
},
34
"scripts": {
35
"pretest": "node_modules/.bin/eslint lib spec --ext .json --ext .js --fix",
36
- "test": "NODE_ENV=test mocha spec/*"
+ "test": "NODE_ENV=test mocha spec/*",
37
+ "integration-test": "NODE_ENV=test mocha spec-integration/*"
38
39
"devDependencies": {
40
"chai": "^3.5.0",
0 commit comments