commit 198e63ed27601ec6da51399a87e65a1414cb8ae3
parent 36aaf6b2ff1492544e550232c6e39b8d2e5167e0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 8 Aug 2018 17:31:46 +0200
Pre-build NetCDF on Julia 0.6
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -22,7 +22,7 @@ addons:
- imagemagick
before_script: # NetCDF is not required, but test its dependent functions anyway
- - julia -e 'VERSION <= v"0.6.99" && Pkg.add("NetCDF")'
+ - julia -e 'VERSION <= v"0.6.99" && (Pkg.add("NetCDF"); Pkg.build("NetCDF"))'
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi