tDo not allow failures on Julia 0.7 - 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 c9bfcd094f1ee3ff4617eadea2818467df2a268b
DIR parent 0ff6b6305f2d2fc3d2470b24060d74e6dda61b9a
HTML Author: Anders Damsgaard <andersd@riseup.net>
Date: Mon, 2 Apr 2018 11:44:10 -0400
Do not allow failures on Julia 0.7
Diffstat:
M .travis.yml | 4 ----
1 file changed, 0 insertions(+), 4 deletions(-)
---
DIR diff --git a/.travis.yml b/.travis.yml
t@@ -22,10 +22,6 @@ addons:
- gnuplot
- imagemagick
-matrix:
- allow_failures:
- - julia: nightly
-
before_script:
- julia -e 'info("Preparing Python"); ENV["PYTHON"]=""; Pkg.add("PyCall"); Pkg.build("PyCall"); Pkg.add("NetCDF")'