Fix travis CI errors when before_install timeout
This commit is contained in:
parent
26bac5aea9
commit
231e72df42
@ -5,8 +5,8 @@ rvm:
|
|||||||
- ruby-head
|
- ruby-head
|
||||||
- 2.1
|
- 2.1
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- travis_retry sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq twm x11-utils xdotool
|
- travis_retry sudo apt-get install -qq twm x11-utils xdotool
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: ruby-head
|
- rvm: ruby-head
|
||||||
|
Loading…
x
Reference in New Issue
Block a user