Fix travis CI errors when before_install timeout

This commit is contained in:
Thibault Jouan 2015-04-18 20:27:08 +00:00
parent 26bac5aea9
commit 231e72df42

View File

@ -5,8 +5,8 @@ rvm:
- ruby-head
- 2.1
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq twm x11-utils xdotool
- travis_retry sudo apt-get update -qq
- travis_retry sudo apt-get install -qq twm x11-utils xdotool
matrix:
allow_failures:
- rvm: ruby-head