summary refs log tree commit diff
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-05 18:25:49 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-05 18:25:49 +0200
commit1e166eea1a8ef4dadd2879f92b023742e645e3aa (patch)
treebfd7dcba7e69b0db8009afd0911ae2e9741c9b3e
parentAdd build script for AppImage (diff)
downloadnheko-1e166eea1a8ef4dadd2879f92b023742e645e3aa.tar.xz
Remove auto tagging
-rw-r--r--.travis.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml

index e4129080..ae0e4409 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -29,12 +29,6 @@ script: - if [ $TRAVIS_OS_NAME == linux ]; then ./.ci/linux/run-tests.sh; fi - if [ $TRAVIS_OS_NAME == linux ]; then ./.ci/linux/deploy.sh; fi -before_deploy: - - git config --global user.email "builds@travis-ci.com" - - git config --global user.name "Travis CI" - - git tag nightly -fa -m "nheko v0.1.0-dev" - - git push -fq https://$TOKEN@github.com/mujx/nheko --tags - deploy: skip_cleanup: true overwrite: true @@ -44,4 +38,4 @@ deploy: file: nheko-x86_64.AppImage on: repo: mujx/nheko - tags: false + tags: true