gitlab-org--gitlab-foss/lib/tasks/travis.rake

6 lines
61 B
Ruby

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