Commit 8e4ac22

mo khan <mo@mokhan.ca>
2015-05-27 03:46:32
explicitly call out rake in script.
1 parent 1f2c2ad
Changed files (1)
.travis.yml
@@ -7,6 +7,8 @@ addons:
 before_script:
 - cp config/database.yml.travis config/database.yml
 - psql -c 'create database app_test;' -U postgres
+script:
+- rake
 after_success:
 - openssl aes-256-cbc -k $DEPLOY_KEY -in config/deploy_id_rsa_enc_travis -d -a -out config/deploy_id_rsa
 - cp config/deploy_id_rsa ~/.ssh/id_rsa