vagrant-lxc-ng/.travis.yml

9 lines
113 B
YAML
Raw Normal View History

2013-03-05 04:33:02 +00:00
language: ruby
rvm:
- 2.0.0
- 2.1.1
2013-03-05 04:33:02 +00:00
matrix:
allow_failures:
- rvm: 2.1.1
2013-04-21 19:50:40 +00:00
script: "bundle exec rake ci"