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

35 lines
630 B
YAML
Raw Normal View History

2015-03-30 20:46:55 +09:00
language: ruby
2015-03-30 20:51:47 +09:00
rvm:
- 2.0.0
- 2.1
- 2.2
2015-03-30 20:46:55 +09:00
sudo: false
cache: bundler
script:
2015-03-30 20:57:53 +09:00
- "bundle exec rake $TASK"
2015-03-30 21:05:48 +09:00
gemfile:
- Gemfile
- spec/rails/Gemfile
2015-03-30 20:57:53 +09:00
env:
- TASK=spec
- TASK=rails:spec
- TASK=bench TIME=10
matrix:
allow_failures:
- env: TASK=bench TIME=10
exclude:
2015-03-30 21:05:48 +09:00
- 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
2015-03-30 20:57:53 +09:00
env: TASK=rails:spec
- rvm: 2.1
env: TASK=bench TIME=10
2015-03-30 21:05:48 +09:00
- rvm: 2.0.0
2015-03-30 20:57:53 +09:00
env: TASK=rails:spec
2015-03-30 21:05:48 +09:00
- rvm: 2.0.0
env: TASK=bench TIME=10