summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-09-09 12:59:03 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-09-09 13:00:02 -0700
commit7bd92d07cf04c71f3d62945126537bff68a89b3b (patch)
tree155979ae7c63ec8f5db481766e20e64306c23440
parent060a5311846dcc288772d75e2683d56e0197df5f (diff)
downloadohai-7bd92d07cf04c71f3d62945126537bff68a89b3b.tar.gz
drop 1.8.7 and 1.9.2 from travis, remove 1.8.7 hack
-rw-r--r--.travis.yml17
1 files changed, 3 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml
index bf2a4b83..ac384a9f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,19 +1,8 @@
-# Temporary workaround for issue with rubygems 2.2.0 with bundler 1.5 on ruby
-# 1.8.7.
-#
-# A fix has been merged to rubygems but not yet released. See:
-# https://github.com/rubygems/rubygems/commit/f8e0f1d5f67cfc4e1966cc1e2db367aebf8a09e4
-#
-# See also CHEF-4916
-#
-# This workaround should be removed when that fix is released.
before_install:
- - gem update --system 2.1.11
+ - bundle --version
- gem --version
-
rvm:
- - 1.8.7
- - 1.9.2
- 1.9.3
-
+ - 2.0.0
+ - 2.1.2
script: bundle exec rake spec