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:
parent
7d10cb0aad
commit
74ede1101f
2 changed files with 14 additions and 4 deletions
17
.travis.yml
17
.travis.yml
|
@ -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
|
||||
|
|
|
@ -4,6 +4,7 @@ PATH
|
|||
hamlit (0.0.1)
|
||||
temple
|
||||
thor
|
||||
tilt
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
Loading…
Add table
Reference in a new issue