Granular.jl

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

commit eb009ec1d76353d603736cdf85f1f7996b94466d
parent e930b68a2463f6b6e9c335d95278ed172ee93737
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  6 Jun 2018 09:42:58 -0400

Allow failures on julia-nightly until 3rd party packages work

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

diff --git a/.travis.yml b/.travis.yml @@ -32,3 +32,7 @@ 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