Skip to content

Commit

Permalink
Try two jobs
Browse files Browse the repository at this point in the history
This is recommended here:
emberjs/ember.js#15641 (comment)
  • Loading branch information
backspace committed Sep 17, 2017
1 parent 13d1ccf commit a7014ee
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:
- JOBS=1 ember build
- JOBS=2 ember build
- npm test
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose

Expand Down

0 comments on commit a7014ee

Please sign in to comment.