Skip to content

Commit 9234957

Browse files
committed
remove ci force exiting
1 parent 5a2e1e3 commit 9234957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ cache:
99

1010
test:
1111
script:
12-
- yarn test --runInBand --forceExit
12+
- yarn test

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cache:
66
directories:
77
- "node_modules"
88
script:
9-
- yarn test --runInBand --forceExit
9+
- yarn test
1010
notifications:
1111
email:
1212
on_success: never

0 commit comments

Comments
 (0)