Skip to content

Commit

Permalink
install heroku gem for seting env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jinpark committed Mar 29, 2015
1 parent c836462 commit 0132e15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ script:
- coverage run --source=app tests/test_app.py
after_success: coveralls
before_deploy:
- gem install heroku
- commitHash=`git rev-parse HEAD`
- heroku config:set $COMMIT_HASH=$commitHash --app jimageboss
deploy:
Expand Down

0 comments on commit 0132e15

Please sign in to comment.