tRun documenter on Julia 1.0 - 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 3fdb11ef4990e642c119e065872864f93d38314c
(DIR) parent e4960dd35846684e7a4d91b8b0281d5cd68d5c6b
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 12 Sep 2018 20:23:32 +0200
Run documenter on Julia 1.0
Diffstat:
M .travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/.travis.yml b/.travis.yml
t@@ -32,7 +32,7 @@ deploy:
script: julia -e 'import Pkg; 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
- julia: 0.6
+ julia: 1.0
all_branches: true
condition: $TRAVIS_BRANCH =~ /^(master|v\d+\.\d+(\.\d+)?(-\S*)?)$/