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.* file: $CRATE_NAME-$TRAVIS_TAG-$TARGET.*
on: on:
tags: true tags: true
branch: master
provider: releases provider: releases
skip_cleanup: true skip_cleanup: true


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


notifications: notifications:


Loading…
Cancel
Save