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 5a2e1e3 commit 9234957Copy full SHA for 9234957
.gitlab-ci.yml
@@ -9,4 +9,4 @@ cache:
9
10
test:
11
script:
12
- - yarn test --runInBand --forceExit
+ - yarn test
.travis.yml
@@ -6,7 +6,7 @@ cache:
6
directories:
7
- "node_modules"
8
notifications:
email:
on_success: never
0 commit comments