2013-03-05 01:33:02 -03:00
|
|
|
language: ruby
|
2013-04-21 16:50:40 -03:00
|
|
|
before_script:
|
|
|
|
- sudo apt-get install -y lxc redir
|
2013-03-05 01:33:02 -03:00
|
|
|
rvm:
|
|
|
|
- 1.9.3
|
|
|
|
- 2.0.0
|
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- rvm: 2.0.0
|
2013-04-21 16:50:40 -03:00
|
|
|
script: "bundle exec rake ci"
|