Only build on master

This commit is contained in:
creeper123123321 2019-04-06 14:24:31 -03:00 committed by GitHub
parent 71af9ea018
commit 2dbedc5319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,3 +23,6 @@ script:
- export TRAVIS_TAG=${TRAVIS_TAG:-build-$TRAVIS_JOB_NUMBER}
- git tag $TRAVIS_TAG
- ./gradlew clean build
branches:
only:
- master