mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
11 lines
180 B
YAML
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"
|