mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
23 lines
666 B
YAML
23 lines
666 B
YAML
---
|
|
sudo: required
|
|
language: ruby
|
|
cache: bundler
|
|
|
|
bundler_args: --without integration tools
|
|
|
|
matrix:
|
|
include:
|
|
- rvm: 1.9.3
|
|
gemfile: Gemfile
|
|
- rvm: 2.0
|
|
gemfile: Gemfile
|
|
- rvm: 2.2
|
|
gemfile: Gemfile
|
|
script: bundle exec rake lint test test:resources config=test/test.yaml
|
|
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
|
|
before_script:
|
|
- source <(curl -sL https://raw.githubusercontent.com/zuazo/kitchen-in-travis/0.3.0/scripts/start_docker.sh)
|