inspec/.travis.yml

29 lines
545 B
YAML
Raw Normal View History

2015-09-08 22:38:46 +00:00
---
sudo: required
2015-09-08 22:38:46 +00:00
language: ruby
cache: bundler
2015-12-03 14:25:07 +00:00
# necessary for docker to work
dist: trusty
services:
- docker
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
matrix:
include:
- rvm: 1.9.3
gemfile: Gemfile.193
- 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
- rvm: 2.2
gemfile: Gemfile
script: bundle exec rake test:resources config=test/test-extra.yaml