chore(travis): run npm install twice

This is not optimal solution at all, but I can’t think of any better.
This commit is contained in:
Vojta Jina
2014-06-03 14:25:18 -07:00
parent aa26856006
commit a5df219031

View File

@@ -20,7 +20,8 @@ env:
install:
- npm config set registry http://23.251.144.68
- npm install
# Run npm install twice, because it is flaky.
- npm install || npm install
before_script:
- mkdir -p $LOGS_DIR