We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8311ca3 commit b7d0174Copy full SHA for b7d0174
1 file changed
.travis.yml
@@ -4,7 +4,7 @@ script:
4
- if [ "$TRAVIS_BRANCH" = "dev" ]; then ./gradlew buildDev; fi
5
- if [ "$TRAVIS_BRANCH" = "master" ]; then ./gradlew Build; fi
6
install:
7
- - 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
8
before_deploy:
9
- git config --local user.name $GITHUB_USERNAME
10
- git config --local user.email $GITHUB_EMAIL
0 commit comments