summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-07-10 21:37:16 -0700
committerTim Smith <tsmith@chef.io>2017-07-10 21:44:13 -0700
commita2c6007bd29d18e72884566ee84c7c08b660e586 (patch)
tree4128ee6bf3406844af9d916c87e90685136313cf
parent0a4be45ddf251793d550f881cf7e5e3cc1b67be3 (diff)
downloadohai-a2c6007bd29d18e72884566ee84c7c08b660e586.tar.gz
Update Travis config
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 99ab8175..0595d99a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
language: ruby
cache: bundler
+dist: trusty
sudo: false
@@ -11,15 +12,15 @@ branches:
before_install:
- gem update --system
- gem --version
- - gem uninstall bundler -a -x -I
- rvm @global do gem uninstall bundler -a -x -I
- - gem install bundler
+ - gem install bundler -v 1.14.6
- bundle --version
- rm -f .bundle/config
rvm:
- - 2.1.9
- - 2.2.6
- - 2.3.3
+ - 2.1.10
+ - 2.2.7
+ - 2.3.4
+ - 2.4.1
- ruby-head
allow_failures: