Browse Source

travis: ignore continuous branches [ci skip]

pull/2/head
Alibek Omarov 5 years ago
parent
commit
6f27d05361
  1. 5
      .travis.yml

5
.travis.yml

@ -85,3 +85,8 @@ jobs: @@ -85,3 +85,8 @@ jobs:
- sh scripts/build_${TRAVIS_OS_NAME}_engine.sh
after_script:
- sh scripts/continious_upload.sh xash3d-vc.7z xash3d-vc2008-sln.7z
branches:
except:
# Do not build tags that we create when we upload to GitHub Releases
- /^(?i:continuous)/

Loading…
Cancel
Save