6 lines
64 B
Ruby
6 lines
64 B
Ruby
desc "Travis run tests"
|
|
task :travis => [
|
|
:spinach,
|
|
:spec
|
|
]
|