gitlabhq/lib/tasks/travis.rake

6 lines
64 B
Ruby
Raw Permalink Normal View History

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