5 lines
61 B
Ruby
5 lines
61 B
Ruby
desc "Travis run tests"
|
|
task travis: [
|
|
:spinach,
|
|
:spec
|
|
]
|