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 cache: bundler
script: script:
- "bundle exec rake $TASK" - "bundle exec rake $TASK"
gemfile:
- Gemfile
- spec/rails/Gemfile
env: env:
- TASK=spec - TASK=spec
- TASK=rails:spec - TASK=rails:spec
@ -15,11 +18,17 @@ matrix:
allow_failures: allow_failures:
- env: TASK=bench TIME=10 - env: TASK=bench TIME=10
exclude: exclude:
- rvm: 2.0.0 - env: TASK=spec
env: TASK=bench TIME=10 gemfile: spec/rails/Gemfile
- rvm: 2.0.0 - env: TASK=rails:spec
gemfile: Gemfile
- env: TASK=bench TIME=10
gemfile: spec/rails/Gemfile
- rvm: 2.1
env: TASK=rails:spec env: TASK=rails:spec
- rvm: 2.1 - rvm: 2.1
env: TASK=bench TIME=10 env: TASK=bench TIME=10
- rvm: 2.1 - rvm: 2.0.0
env: TASK=rails:spec env: TASK=rails:spec
- rvm: 2.0.0
env: TASK=bench TIME=10

View file

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