tDisallow failures on julia-nightly - 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 6adb0b73f4ac538eff4469b31bf4b17bd7b672c2
DIR parent c32a7776b1a9943cb5730470d85668419f29695b
HTML 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(-)
---
DIR diff --git a/.travis.yml b/.travis.yml
t@@ -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