gitlabhq/lib/tasks/travis.rake
2013-01-07 17:36:24 +02:00

6 lines
64 B
Ruby

desc "Travis run tests"
task :travis => [
:spinach,
:spec
]