Commit d809be8

mo khan <mo@mokhan.ca>
2016-04-23 18:44:33
add cucumber to .travis.yml
1 parent b836bf3
Changed files (1)
.travis.yml
@@ -13,6 +13,7 @@ env:
   matrix:
     - TEST_SUITE='rake spec'
     - TEST_SUITE='rake teaspoon'
+    - TEST_SUITE='rake cucumber'
 before_script:
   - cp config/database.yml.travis config/database.yml
   - psql -c 'create database app_test;' -U postgres