Skip to content

Commit

Permalink
Add override for Babel parallel jobs
Browse files Browse the repository at this point in the history
Thanks to this thread for the solution to builds timing out:
emberjs/ember.js#15641
  • Loading branch information
backspace committed Sep 17, 2017
1 parent 2f85ae4 commit 1bc057f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_script:
- sleep 3 # give xvfb some time to start

script:
- npm test
- JOBS=2 npm test
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose

deploy:
Expand Down

0 comments on commit 1bc057f

Please sign in to comment.