Skip to content

Commit 9d1381c

Browse files
committed
fix(build): adjusted travis config
1 parent 12e77cf commit 9d1381c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ script:
2424
- npm run test-travis || travis_terminate 1
2525
- npm run lint
2626
- npm run check-packages
27-
- npm run test-integration-travis
27+
- npm run test-integration
2828

2929
before_deploy:
3030
- pyenv global 3.8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"jest": "jest",
2323
"test": "npm run build && npm run lint && jest test/",
2424
"test-unit": "npm run build && jest test/unit/",
25-
"test-integration": "npm run build && jest test/integration",
25+
"test-integration": "npm run build && jest --runInBand test/integration",
2626
"test-examples": "npm run build && jest examples/",
2727
"test-travis": "jest --runInBand --testNamePattern='^((?!@slow).)*$' test/",
2828
"test-unit-travis": "jest --runInBand test/unit/",

0 commit comments

Comments
 (0)