Skip to content

Commit

Permalink
Increase number of workers for faster travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Dec 19, 2018
1 parent c98d6b3 commit 599ef90
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ cache:
- node_modules

script:
- npm run test
- npm run e2e
- npm run test -- --maxWorkers=4
- npm run e2e -- --maxWorkers=4

after_success:
- if [[ $(node --version) == "v10."* ]]; then npm run coverage; fi
Expand Down Expand Up @@ -54,7 +54,8 @@ jobs:
- rm -r node_modules/
- rm package-lock.json
- npm install
- npm run test
- npm run test -- --maxWorkers=4
- npm run e2e -- --maxWorkers=4
- stage: publish documentation
if: branch = master AND type = push
script:
Expand Down

0 comments on commit 599ef90

Please sign in to comment.