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

Commit b7d0174

Browse files
author
kahverengi
committed
Test heroku environment variables
1 parent 8311ca3 commit b7d0174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ script:
44
- if [ "$TRAVIS_BRANCH" = "dev" ]; then ./gradlew buildDev; fi
55
- if [ "$TRAVIS_BRANCH" = "master" ]; then ./gradlew Build; fi
66
install:
7-
- if [ "$TRAVIS_BRANCH" = "master" ]; then ./travis-scripts/install_script.sh; fi
7+
- if [ "$TRAVIS_BRANCH" = "master" ]; then chmod +x travis-scripts/install_script.sh && ./travis-scripts/install_script.sh; fi
88
before_deploy:
99
- git config --local user.name $GITHUB_USERNAME
1010
- git config --local user.email $GITHUB_EMAIL

0 commit comments

Comments
 (0)