ttry fixing before_deploy target - 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 1bd676a50dba7fc0053eeeab98005bde10610cea
DIR parent b189f7b4e3f1e021691cc3a766b66bf2f2557538
HTML Author: Anders Damsgaard <andersd@riseup.net>
Date: Fri, 8 Sep 2017 12:14:44 -0400
ttry fixing before_deploy target
Diffstat:
M .travis.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
DIR diff --git a/.travis.yml b/.travis.yml
t@@ -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