1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Bundle install on rails app

This commit is contained in:
Takashi Kokubun 2015-03-30 21:05:48 +09:00
parent 7d10cb0aad
commit 74ede1101f
2 changed files with 14 additions and 4 deletions

View file

@ -7,6 +7,9 @@ sudo: false
cache: bundler
script:
- "bundle exec rake $TASK"
gemfile:
- Gemfile
- spec/rails/Gemfile
env:
- TASK=spec
- TASK=rails:spec
@ -15,11 +18,17 @@ matrix:
allow_failures:
- env: TASK=bench TIME=10
exclude:
- rvm: 2.0.0
env: TASK=bench TIME=10
- rvm: 2.0.0
- env: TASK=spec
gemfile: spec/rails/Gemfile
- env: TASK=rails:spec
gemfile: Gemfile
- env: TASK=bench TIME=10
gemfile: spec/rails/Gemfile
- rvm: 2.1
env: TASK=rails:spec
- rvm: 2.1
env: TASK=bench TIME=10
- rvm: 2.1
- rvm: 2.0.0
env: TASK=rails:spec
- rvm: 2.0.0
env: TASK=bench TIME=10

View file

@ -4,6 +4,7 @@ PATH
hamlit (0.0.1)
temple
thor
tilt
GEM
remote: https://rubygems.org/