commit ffe363be728841c67964570ff4bc4a50cd89582b parent 198e63ed27601ec6da51399a87e65a1414cb8ae3 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 8 Aug 2018 17:57:50 +0200 Perform deployment on tagged releases Diffstat:
M | .travis.yml | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -34,6 +34,8 @@ deploy: on: os: linux julia: 0.6 + all_branches: true + condition: $TRAVIS_BRANCH =~ ^master|v\d+\.\d+(\.\d+)?(-\S*)?$ matrix: allow_failures: