From 494c73e9aeb0783c1b4fa7814a554a03cc280ca9 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Sun, 16 Jul 2017 20:49:06 +0900 Subject: [PATCH] All branches --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 250fa67..d0f55e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: