2015-09-08 22:38:46 +00:00
|
|
|
---
|
2015-09-22 16:13:47 +00:00
|
|
|
sudo: required
|
2015-09-08 22:38:46 +00:00
|
|
|
language: ruby
|
2015-09-22 16:13:47 +00:00
|
|
|
cache: bundler
|
|
|
|
|
2015-10-30 16:30:44 +00:00
|
|
|
bundler_args: --without integration tools maintenance
|
2015-10-25 21:10:24 +00:00
|
|
|
|
2015-12-03 13:53:40 +00:00
|
|
|
before_install:
|
|
|
|
- gem update --system 2.4.5
|
|
|
|
- gem --version
|
|
|
|
|
2015-09-22 16:13:47 +00:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- rvm: 1.9.3
|
|
|
|
gemfile: Gemfile
|
|
|
|
- rvm: 2.0
|
|
|
|
gemfile: Gemfile
|
|
|
|
- rvm: 2.2
|
|
|
|
gemfile: Gemfile
|
2015-10-05 10:38:26 +00:00
|
|
|
script: bundle exec rake lint test test:resources config=test/test.yaml
|
2015-09-22 23:50:50 +00:00
|
|
|
before_script:
|
|
|
|
- source <(curl -sL https://raw.githubusercontent.com/zuazo/kitchen-in-travis/0.3.0/scripts/start_docker.sh)
|
|
|
|
- rvm: 2.2
|
|
|
|
gemfile: Gemfile
|
|
|
|
script: bundle exec rake test:resources config=test/test-extra.yaml
|
2015-09-22 23:01:31 +00:00
|
|
|
before_script:
|
|
|
|
- source <(curl -sL https://raw.githubusercontent.com/zuazo/kitchen-in-travis/0.3.0/scripts/start_docker.sh)
|