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

Will Travis stop ignoring multiple gemfiles now...?

The Travis CI docs say that gemfiles should be put in a subdirectory,
and the examples they single out both have at least one gemfile in a
subdirectory, so...
This commit is contained in:
Larry Gilbert 2013-09-16 18:07:34 -07:00
parent 66b04c28e9
commit cc594bd87d
2 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,9 @@ rvm:
- "1.9.2"
- "1.9.3"
- "2.0.0"
gemfile:
- "Gemfile"
- "gemfiles/Gemfile.min"
branches:
except:
- "readme-edits"