This commit is contained in:
Chris de Graaf 2019-02-14 09:36:38 -06:00
parent f82a29a543
commit 8ebb98e44e

View File

@ -4,6 +4,7 @@ os:
- osx
julia:
- 1.0
- 1.1
- nightly
matrix:
allow_failures:
@ -15,7 +16,7 @@ after_success: julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov
jobs:
include:
- stage: Documentation
julia: 1.0
julia: 1.1
script: julia --project=docs -e '
using Pkg;
Pkg.develop(PackageSpec(path=pwd()));