travis fix

Rajarshi Das %!s(int64=11) %!d(string=hace) años
padre
commit
e6b6177ff3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -5,7 +5,7 @@ rvm:
5 5
   - 2.1.1
6 6
   - 1.9.3
7 7
 before_install:
8
-  - gem install bundler  
8
+  - travis_retry gem install bundler  
9 9
 before_script:
10 10
   - mysql -e 'create database huginn_test;'
11 11
   - bundle exec rake db:migrate db:test:prepare