commit 48ac0abbf34e3d5587dda010fe23d8420643ffd9 parent ffe363be728841c67964570ff4bc4a50cd89582b Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 8 Aug 2018 19:09:32 +0200 Fix deploy-branch condition Diffstat:
M | .travis.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -35,7 +35,7 @@ deploy: os: linux julia: 0.6 all_branches: true - condition: $TRAVIS_BRANCH =~ ^master|v\d+\.\d+(\.\d+)?(-\S*)?$ + condition: $TRAVIS_BRANCH =~ /^(master|v\d+\.\d+(\.\d+)?(-\S*)?)$/ matrix: allow_failures: