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

14 lines
390 B
YAML
Raw Normal View History

2015-10-31 00:28:22 -04:00
box: ruby
build:
steps:
- bundle-install
- script:
name: attribute_builder.haml
code: bin/bench benchmark/attribute_builder.haml && bin/bench code benchmark/attribute_builder.haml
- script:
name: basic.haml
code: bin/bench benchmark/basic.haml && bin/bench code benchmark/basic.haml
- script:
name: minitest
code: bundle exec rake test