We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058f9a5 commit 220b2e7Copy full SHA for 220b2e7
.travis.yml
@@ -18,10 +18,9 @@ after_success:
18
jobs:
19
include:
20
- stage: "Documentation"
21
- julia: 1.2
+ julia: 1.4
22
os: linux
23
script:
24
- - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
25
- Pkg.instantiate()'
+ - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));Pkg.instantiate()'
26
- julia --project=docs/ docs/make.jl
27
after_success: skip
0 commit comments