Skip to content

Commit

Permalink
Attempt to fix slow Travis CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Mar 27, 2018
1 parent f04258f commit c698f62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ before_script:
- ./cc-test-reporter before-build
script:
- npm run lint
- npm test
- npm run build-test
- jest --maxWorkers=4
notifications:
email:
on_success: never
Expand Down

0 comments on commit c698f62

Please sign in to comment.