Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Test heroku environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kahverengi committed Dec 10, 2020
1 parent 8311ca3 commit b7d0174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ script:
- if [ "$TRAVIS_BRANCH" = "dev" ]; then ./gradlew buildDev; fi
- if [ "$TRAVIS_BRANCH" = "master" ]; then ./gradlew Build; fi
install:
- if [ "$TRAVIS_BRANCH" = "master" ]; then ./travis-scripts/install_script.sh; fi
- if [ "$TRAVIS_BRANCH" = "master" ]; then chmod +x travis-scripts/install_script.sh && ./travis-scripts/install_script.sh; fi
before_deploy:
- git config --local user.name $GITHUB_USERNAME
- git config --local user.email $GITHUB_EMAIL
Expand Down

0 comments on commit b7d0174

Please sign in to comment.