Attempt to fix travis build
This commit is contained in:
parent
48a344ab8c
commit
ba19285d53
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
|
before_script:
|
||||||
|
- sudo apt-get install -y lxc redir
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: 2.0.0
|
- rvm: 2.0.0
|
||||||
script: "bundle exec rake"
|
script: "bundle exec rake ci"
|
||||||
|
|
Loading…
Reference in a new issue