Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
running parallel tests after sequence on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed May 31, 2016
1 parent 88a0914 commit 5dc9946
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 @@ -14,14 +14,15 @@ before_script:
- sleep 3 # give xvfb some time to start
- npm prune
- cd test/one; npm install; npm run install-hub
- npm run start-hub &
- npm run start-hub 2>&1 &
- sleep 3
- cd ../..
script:
- npm test
# - cd test/one; npm run test-in-parallel
- cd test/one
- npm test # run sequence
- npm run test-in-parallel
- cd ../..
after_success:
- npm run semantic-release
Expand Down

0 comments on commit 5dc9946

Please sign in to comment.