Test 1.1
This commit is contained in:
parent
f82a29a543
commit
8ebb98e44e
@ -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()));
|
||||
|
Loading…
Reference in New Issue
Block a user