1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Exclude Gemfile.min from Travis CI run of Ruby 2.0.0

This commit is contained in:
Larry Gilbert 2013-09-16 18:22:32 -07:00
parent cc594bd87d
commit caf147e153

View file

@ -9,3 +9,10 @@ gemfile:
branches: branches:
except: except:
- "readme-edits" - "readme-edits"
# For expediency, let us assume that anyone running the latest Ruby is not
# running anything but the latest gems. :-)
matrix:
exclude:
- rvm: "2.0.0"
gemfile: "gemfiles/Gemfile.min"