diff --git a/.travis.yml b/.travis.yml index d634380..77af057 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,3 +21,7 @@ script: # Set up git user name and tag this commit - if [ -z $TRAVIS_TAG ] && [ -z $(git tag -l --points-at HEAD) ]; then git config --local user.name "creeper12313321"; git config --local user.email "7974274+creeper123123321@users.noreply.github.com"; export TRAVIS_TAG=build-$TRAVIS_JOB_NUMBER; git tag $TRAVIS_TAG; fi - ./gradlew clean build +branches: + only: + - master + - ver\/.*