summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-23 18:54:41 -0700
committerTim Smith <tsmith@chef.io>2018-10-23 18:54:41 -0700
commit3ddb71c77b0f124ab541a4b9644c18a8409a3172 (patch)
treec073bf8bfd6d8ae0d73e3511393551fec01543f0
parente6e1ada2e1a65da4b7bf6d12d6c1ad8eccaf2d19 (diff)
downloadwmi-lite-3ddb71c77b0f124ab541a4b9644c18a8409a3172.tar.gz
Test on modern ruby releases in Travis
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml20
1 files changed, 14 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index de8b4fa..cab23f0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,20 @@
+sudo: false
language: ruby
cache: bundler
-sudo: false
-rvm:
- - 2.0
- - 2.1
- - 2.2
+matrix:
+ include:
+ - rvm: 2.3.7
+ - rvm: 2.4.4
+ - rvm: 2.5.3
+ - rvm: ruby-head
+ allow_failures:
+ - rvm: ruby-head
+
+branches:
+ only:
+ - master
-bundler_args: --jobs 7
+bundler_args: --jobs 7 --without docs debug
script: bundle exec rspec --color --format progress