Browse Source

All branches

develop
Paul Masurel 6 years ago
parent
commit
494c73e9ae
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      .travis.yml

+ 1
- 2
.travis.yml View File

@@ -48,7 +48,6 @@ deploy:
file: $CRATE_NAME-$TRAVIS_TAG-$TARGET.*
on:
tags: true
branch: master
provider: releases
skip_cleanup: true

@@ -60,7 +59,7 @@ before_cache:
branches:
only:
# release tags
- /^v\d+\.\d+\.\d+.*$/
- /^.*\d+\.\d+\.\d+.*$/
- master

notifications:


Loading…
Cancel
Save