Skip to content

Commit 220b2e7

Browse files
committed
travis
1 parent 058f9a5 commit 220b2e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ after_success:
1818
jobs:
1919
include:
2020
- stage: "Documentation"
21-
julia: 1.2
21+
julia: 1.4
2222
os: linux
2323
script:
24-
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
25-
Pkg.instantiate()'
24+
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));Pkg.instantiate()'
2625
- julia --project=docs/ docs/make.jl
2726
after_success: skip

0 commit comments

Comments
 (0)