Granular.jl

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

commit 1bd676a50dba7fc0053eeeab98005bde10610cea
parent b189f7b4e3f1e021691cc3a766b66bf2f2557538
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Fri,  8 Sep 2017 12:14:44 -0400

try fixing before_deploy target

Diffstat:
M.travis.yml | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -17,8 +17,7 @@ notifications: on_failure: always # default: always before_deploy: - - provider: script - script: julia -e 'ENV["PYTHON"]=""; Pkg.build("PyCall")' + - julia -e 'info("Preparing Python"); ENV["PYTHON"]=""; Pkg.build("PyCall")' deploy: - provider: script