Przeglądaj źródła

add travis_retry param to rvm install

Sam Warner 8 lat temu
rodzic
commit
d66ccb8cb0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Wyświetl plik

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