Skip to content

Commit

Permalink
travis-ci: do not do anything on tag, source is packed automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
chipitsine committed Nov 27, 2018
1 parent dbfc990 commit bc1070a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,6 @@ matrix:
script:
- cd developer_tools/stbchecker
- dotnet run ../../src/bin/hamcore
- env: LABEL="create release from tag"
os: linux
deploy:
provider: releases
api_key: ${GITHUB_OAUTH_TOKEN}
file: se.tar.gz
skip_cleanup: true
on:
tags: true
repo: SoftEtherVPN/SoftEtherVPN
before_install:
- true
before_script:
- if [ -z "$TRAVIS_TAG" ]; then exit 0; fi
script:
- true
- os: osx
compiler: clang
before_install:
Expand Down

0 comments on commit bc1070a

Please sign in to comment.