summaryrefslogtreecommitdiff
path: root/lib/tasks/travis.rake
blob: bc1b8aadbc597757962b3b6e9779841e9d7e1ab7 (plain)
1
2
3
4
5
desc "Travis run tests"
task travis: [
  :spinach,
  :spec
]