chore(): fix parallelism

This commit is contained in:
Andrew Joslin
2014-05-30 00:29:41 -06:00
parent a1180233f8
commit 2c662a086e

View File

@@ -1,13 +1,10 @@
machine:
node:
version: v0.10.26
environment:
SAUCE_TUNNEL_ID: $CIRCLE_BUILD_NUM
dependencies:
pre:
- npm install -g protractor gulp
test:
override:
- echo "SAUCE_TUNNEL_ID=$SAUCE_TUNNEL_ID"
- ./scripts/circle/run.sh
parallel: true
parallel: true
- ./scripts/circle/run.sh