Explorar el Código

add travis_retry param to rvm install

Sam Warner hace 8 años
padre
commit
d66ccb8cb0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

16
       - tree
16
       - tree
17
 
17
 
18
 before_install:
18
 before_install:
19
-  - rvm install 2.2.5
19
+  - travis_retry rvm install 2.2.5
20
   - rvm use 2.2.5
20
   - rvm use 2.2.5
21
 
21
 
22
 # https://docs.travis-ci.com/user/customizing-the-build#Skipping-the-Installation-Step
22
 # https://docs.travis-ci.com/user/customizing-the-build#Skipping-the-Installation-Step