tChange deploy condition - Granular.jl - Julia package for granular dynamics simulation
HTML git clone git://src.adamsgaard.dk/Granular.jl
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 5f3c765741717bda5bf72e8edd5c64d556190d91
DIR parent 3fdb11ef4990e642c119e065872864f93d38314c
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 12 Sep 2018 21:51:54 +0200
Change deploy condition
Diffstat:
M .travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/.travis.yml b/.travis.yml
t@@ -34,7 +34,7 @@ deploy:
os: linux
julia: 1.0
all_branches: true
- condition: $TRAVIS_BRANCH =~ /^(master|v\d+\.\d+(\.\d+)?(-\S*)?)$/
+ condition: $TRAVIS_BRANCH == "master" || -n $TRAVIS_TAG
matrix:
allow_failures: