Skip to content

Commit ba7b873

Browse files
authored
update travis to test julia v1.5
1 parent 7b91503 commit ba7b873

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
@@ -4,15 +4,15 @@ os:
44
- osx
55
julia:
66
- 1.0
7-
- 1.4
7+
- 1.5
88
- nightly
99
codecov: true
1010
jobs:
1111
allow_failures:
1212
- julia: nightly
1313
include:
1414
- stage: "Documentation"
15-
julia: 1.4
15+
julia: 1.0
1616
os: linux
1717
script:
1818
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'

0 commit comments

Comments
 (0)