Granular.jl

Julia package for granular dynamics simulation
git clone git://src.adamsgaard.dk/Granular.jl
Log | Files | Refs | README | LICENSE

commit 6adb0b73f4ac538eff4469b31bf4b17bd7b672c2
parent c32a7776b1a9943cb5730470d85668419f29695b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  6 Jun 2018 14:06:51 -0400

Disallow failures on julia-nightly

Diffstat:
M.travis.yml | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -32,7 +32,3 @@ deploy: script: julia -e 'cd(Pkg.dir("Granular")); Pkg.add("Coverage"); Pkg.add("Documenter"); using Coverage; Codecov.submit(Codecov.process_folder()); cd(Pkg.dir("Granular")); include(joinpath("docs", "make.jl"))' on: os: linux - -matrix: - allow_failures: - - julia: nightly