Skip to content

Commit 96bc134

Browse files
committed
Added integration-test script to package and travis
1 parent 9f6d046 commit 96bc134

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_js:
33
- v7
44
- v6
55
- v5
6+
after_success: npm run integration-test

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
},
3434
"scripts": {
3535
"pretest": "node_modules/.bin/eslint lib spec --ext .json --ext .js --fix",
36-
"test": "NODE_ENV=test mocha spec/*"
36+
"test": "NODE_ENV=test mocha spec/*",
37+
"integration-test": "NODE_ENV=test mocha spec-integration/*"
3738
},
3839
"devDependencies": {
3940
"chai": "^3.5.0",

0 commit comments

Comments
 (0)