Test 1.1
This commit is contained in:
parent
f82a29a543
commit
8ebb98e44e
@ -4,6 +4,7 @@ os:
|
|||||||
- osx
|
- osx
|
||||||
julia:
|
julia:
|
||||||
- 1.0
|
- 1.0
|
||||||
|
- 1.1
|
||||||
- nightly
|
- nightly
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
@ -15,7 +16,7 @@ after_success: julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov
|
|||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: Documentation
|
- stage: Documentation
|
||||||
julia: 1.0
|
julia: 1.1
|
||||||
script: julia --project=docs -e '
|
script: julia --project=docs -e '
|
||||||
using Pkg;
|
using Pkg;
|
||||||
Pkg.develop(PackageSpec(path=pwd()));
|
Pkg.develop(PackageSpec(path=pwd()));
|
||||||
|
Loading…
Reference in New Issue
Block a user