mirror of
https://github.com/nivekuil/rip
synced 2024-11-26 13:40:19 +00:00
Get rid of branch condition
This commit is contained in:
parent
18bd15e493
commit
f16ea23a1a
1 changed files with 1 additions and 5 deletions
|
@ -16,6 +16,7 @@ matrix:
|
|||
rust: nightly
|
||||
env: TARGET=i686-apple-darwin
|
||||
sudo: required
|
||||
|
||||
before_install:
|
||||
- export PATH="$PATH:$HOME/.cargo/bin"
|
||||
|
||||
|
@ -36,10 +37,5 @@ deploy:
|
|||
condition: $TRAVIS_RUST_VERSION = nightly
|
||||
tags: true
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^v\d+\.\d+\.\d+.*$/
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Reference in a new issue