tPre-build NetCDF on Julia 0.6 - Granular.jl - Julia package for granular dynamics simulation
 (HTM) git clone git://src.adamsgaard.dk/Granular.jl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 198e63ed27601ec6da51399a87e65a1414cb8ae3
 (DIR) parent 36aaf6b2ff1492544e550232c6e39b8d2e5167e0
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed,  8 Aug 2018 17:31:46 +0200
       
       Pre-build NetCDF on Julia 0.6
       
       Diffstat:
         M .travis.yml                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/.travis.yml b/.travis.yml
       t@@ -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