Browse Source

Add `travis_retry` to the install commands.

http://blog.travis-ci.com/2013-05-20-network-timeouts-build-retries/
pull/467/head
XhmikosR 11 years ago
parent
commit
91ce7b5b75
  1. 6
      .travis.yml

6
.travis.yml

@ -4,8 +4,8 @@ node_js:
before_install:
- rvm use 1.9.3
install:
- npm install -g grunt-cli
- npm install
- gem install --no-document "jekyll:1.4.2" "sass:~>3.3.0"
- travis_retry npm install -g grunt-cli
- travis_retry npm install
- travis_retry gem install --no-document "jekyll:1.4.2" "sass:~>3.3.0"
matrix:
fast_finish: true

Loading…
Cancel
Save