Skip to content

Commit

Permalink
[#2933] phantomjs install is flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Mar 29, 2016
1 parent 01dc24d commit 68e597f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -22,7 +22,7 @@ dependencies:
- python setup.py develop

post:
- npm install -g mocha-phantomjs@3.5.0 phantomjs@~1.9.1
- for tries in `seq 5`; do if npm install -g mocha-phantomjs@3.5.0 phantomjs@~1.9.1; then break; fi; sleep 5; endfor

database:
post:
Expand Down

0 comments on commit 68e597f

Please sign in to comment.