Skip to content

Commit e0a67eb

Browse files
committed
CI: use latest stable Julia instead of 1.1
also use latest stable Julia for docs generation
1 parent c174ab6 commit e0a67eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os:
55
- osx
66
julia:
77
- 1.0
8-
- 1.1
8+
- 1
99
- nightly
1010
matrix:
1111
allow_failures:
@@ -22,7 +22,7 @@ after_success:
2222
jobs:
2323
include:
2424
- stage: "Documentation"
25-
julia: 1.1
25+
julia: 1
2626
os: linux
2727
script:
2828
- julia --project=doc/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'

0 commit comments

Comments
 (0)