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

Build is too long

This commit is contained in:
Takashi Kokubun 2015-03-30 20:57:53 +09:00
parent dfb6ed9ed5
commit 9d4b6187ad

View file

@ -6,6 +6,20 @@ rvm:
sudo: false
cache: bundler
script:
- "bundle exec rake spec"
- "bundle exec rake rails:spec"
- "TIME=10 bundle exec rake bench"
- "bundle exec rake $TASK"
env:
- TASK=spec
- TASK=rails:spec
- TASK=bench TIME=10
matrix:
allow_failures:
- env: TASK=bench TIME=10
exclude:
- rvm: 2.0.0
env: TASK=bench TIME=10
- rvm: 2.0.0
env: TASK=rails:spec
- rvm: 2.1
env: TASK=bench TIME=10
- rvm: 2.1
env: TASK=rails:spec