From 5dc9946b0a237304403f5b15a9c46c63dcbce98c Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Tue, 31 May 2016 15:31:56 -0400 Subject: [PATCH] running parallel tests after sequence on travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 08ae7aa..48cb110 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ 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: @@ -22,6 +22,7 @@ script: # - 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