File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ install:
28
28
script :
29
29
- yarn lint .
30
30
- yarn lint.test .
31
- - yarn coverage
31
+ - travis_wait yarn coverage
32
32
- greenkeeper-lockfile-upload
33
33
after_success :
34
34
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > /home/travis/.npmrc
Original file line number Diff line number Diff line change 14
14
"lint.test" :
15
15
" eslint -c .test.eslintrc.js --ignore-path .test.eslintignore" ,
16
16
"coverage" :
17
- " yarn test --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" ,
17
+ " yarn test --runInBand --ci -- coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" ,
18
18
"commit" : " git-cz" ,
19
19
"storybook" : " start-storybook -p 6006 -s .storybook/assets" ,
20
20
"build-storybook" : " build-storybook -s .storybook/assets -o docs" ,
You can’t perform that action at this time.
0 commit comments