Skip to content

Commit

Permalink
work around travis switching to REE for ruby 1.8.7
Browse files Browse the repository at this point in the history
See travis-ci/travis-ci#2217

Many thanks to @dominic for sharing this on the puppet-dev channel!
  • Loading branch information
Joshua Hoblitt committed May 1, 2014
1 parent 3775d43 commit 4ababa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: ruby
rvm:
- 1.8.7
# Workaround for travis-ci/travis-ci#2217, we support 1.8.7 MRI generally
- 1.8.7-p374
- 1.9.3
- 2.0.0
env:
Expand Down

0 comments on commit 4ababa9

Please sign in to comment.