diff --git a/.travis.yml b/.travis.yml index 2093db10..da72ee1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,10 @@ jobs: - rust: nightly - env: TARGET=x86_64-pc-windows-gnu # Seems to cause problems. fast_finish: true -# branches: -# only: -# - master +branches: + only: + - master + - /^\d+\.\d+(\.\d+)?(-\S*)?$/ before_install: - export RUST_BACKTRACE=1