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:
- 1.9.3
- 2.0.0
matrix:
allow_failures:
- rvm: 2.0.0
2013-04-21 19:50:40 +00:00
script: "bundle exec rake ci"