Commit 623b083
Changed files (2)
bin
bin/ci.sh
@@ -0,0 +1,2 @@
+#!/usr/bin/env sh
+bin/bundle exec rake default
.travis.yml
@@ -7,8 +7,7 @@ addons:
before_script:
- cp config/database.yml.travis config/database.yml
- psql -c 'create database app_test;' -U postgres
-script:
-- rake
+script: ./bin/ci.sh
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