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
2015-03-30 20:51:47 +09:00

11 lines
180 B
YAML

language: ruby
rvm:
- 2.0.0
- 2.1
- 2.2
sudo: false
cache: bundler
script:
- "bundle exec rake spec"
- "bundle exec rake rails:spec"
- "TIME=10 bundle exec rake bench"