gitlabhq/lib/tasks/travis.rake

6 lines
64 B
Ruby

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