Skip to content

Commit f1de18b

Browse files
committed
bump travis to julia-1.5
1 parent d02f0a8 commit f1de18b

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
@@ -7,7 +7,7 @@ os:
77
- osx
88

99
julia:
10-
- 1.4
10+
- 1.5
1111
- nightly
1212

1313
notifications:
@@ -16,7 +16,7 @@ notifications:
1616
jobs:
1717
include:
1818
- stage: "Documentation"
19-
julia: 1.4
19+
julia: 1.5
2020
os: linux
2121
script:
2222
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.build("Knet"); Pkg.instantiate()'

0 commit comments

Comments
 (0)