Get rid of branch condition

This commit is contained in:
Kevin Liu 2016-10-17 23:49:56 -07:00
parent 18bd15e493
commit f16ea23a1a

View file

@ -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