inspec/.travis.yml

26 lines
481 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:
2016-02-05 11:54:19 +00:00
- gem install bundler
2015-12-03 13:53:40 +00:00
- gem update --system 2.4.5
- gem --version
matrix:
include:
- rvm: 1.9.3
- rvm: 2.0
- rvm: 2.2
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
script: bundle exec rake test:resources config=test/test-extra.yaml