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
1 changed files with 7 additions and 0 deletions

View File

@ -9,3 +9,10 @@ gemfile:
branches:
except:
- "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"