trestart julia in travis-CI after building PyCall and PyPlot - 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 b1eae73228ab53784fd53f97f9c76688902540aa
DIR parent 4e51bb0852a00ac6e43ab510f61f7565a9f80d10
HTML Author: Anders Damsgaard <andersd@riseup.net>
Date: Wed, 8 Nov 2017 23:01:20 -0600
restart julia in travis-CI after building PyCall and PyPlot
Diffstat:
M .travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/.travis.yml b/.travis.yml
t@@ -27,7 +27,7 @@ before_script:
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- - julia -e 'Pkg.clone(pwd()); Pkg.build("Granular"); ENV["PYTHON"]=""; Pkg.build("PyCall"); Pkg.build("PyPlot"); Pkg.test("Granular"; coverage=true)';
+ - julia -e 'Pkg.clone(pwd()); Pkg.build("Granular"); ENV["PYTHON"]=""; Pkg.build("PyCall"); Pkg.build("PyPlot")'; julia -e 'Pkg.test("Granular"; coverage=true)';
deploy:
- provider: script