diff --git a/.travis.yml b/.travis.yml index 6d6d25b..bbb53e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,5 +19,5 @@ deploy: install: true script: # Set up git user name and tag this commit - - if [ -z $TRAVIS_TAG ]; then; git config --local user.name "creeper12313321"; git config --local user.email "creeper123123321@gmail.com"; export TRAVIS_TAG=build-$TRAVIS_JOB_NUMBER; git tag $TRAVIS_TAG; fi + - if [ -z $TRAVIS_TAG ]; then git config --local user.name "creeper12313321"; git config --local user.email "creeper123123321@gmail.com"; export TRAVIS_TAG=build-$TRAVIS_JOB_NUMBER; git tag $TRAVIS_TAG; fi - ./gradlew clean build