Granular.jl

Julia package for granular dynamics simulation
git clone git://src.adamsgaard.dk/Granular.jl
Log | Files | Refs | README | LICENSE

commit 5f3c765741717bda5bf72e8edd5c64d556190d91
parent 3fdb11ef4990e642c119e065872864f93d38314c
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(-)

diff --git a/.travis.yml b/.travis.yml @@ -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: