Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit bc83c6a

Browse files
committed
Chore: Do not run integration tests within npm test
1 parent db62d63 commit bc83c6a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ node_js:
1111
- "9"
1212
- "10"
1313

14+
script: npm test && npm run integration-tests
15+
1416
after_success:
1517
- npm run coveralls

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint"
4343
],
4444
"scripts": {
45-
"test": "node Makefile.js test && npm run integration-tests && npm run ast-alignment-tests",
45+
"test": "node Makefile.js test && npm run ast-alignment-tests",
4646
"jest": "jest",
4747
"ast-alignment-tests": "jest --config=./tests/ast-alignment/jest.config.js",
4848
"integration-tests": "docker-compose -f tests/integration/docker-compose.yml up",

0 commit comments

Comments
 (0)