Commit eeaa24d

mo khan <mo@mokhan.ca>
2015-05-26 02:10:35
echo the TRAVIS_BRANCH.
1 parent 29a8245
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: