Commit eeaa24d
Changed files (1)
.travis.yml
@@ -9,6 +9,7 @@ before_script:
- psql -c 'create database app_test;' -U postgres
after_success:
- "openssl aes-256-cbc -k $DEPLOY_KEY -in config/deploy_id_rsa_enc_travis -d -a -out config/deploy_id_rsa"
+ - "echo $TRAVIS_BRANCH"
- "[[ $TRAVIS_BRANCH = 'master' ]] && bundle exec cap production deploy"
env:
global: