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:
parent
cc594bd87d
commit
caf147e153
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue