diff --git a/.travis.yml b/.travis.yml index 9bbdc821..dedf8483 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,12 +8,12 @@ install: script: - qmake # -config release - - make + - make -j2 before_deploy: # Set up git user name and tag this commit - - git config --local user.name garakmon - - git config --local user.email garakmon@gmail.com + - git config --local user.name "garakmon" + - git config --local user.email "garakmon@gmail.com" - git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1) deploy: @@ -21,5 +21,5 @@ deploy: api_key: $GITHUB_OAUTH_TOKEN file: porymap skip_cleanup: true - #on: - # tags: true + on: + tags: true