add travis_retry to install jsmp

This commit is contained in:
Roman Gotsiy 2015-10-28 09:57:05 +02:00
parent f8590bb4dd
commit 5595247c3c

View File

@ -10,7 +10,7 @@ cache:
directories:
- node_modules
before_install:
- npm install -g jspm
- travis_retry npm install -g jspm
- jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN
before_deploy:
- npm run build