mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Add wercker.yml
This commit is contained in:
parent
97909bf329
commit
35c89a6928
1 changed files with 13 additions and 0 deletions
13
wercker.yml
Normal file
13
wercker.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
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
|
Loading…
Add table
Reference in a new issue