Skip to content

Commit ab1ca2a

Browse files
authored
update julia version in travis
1 parent 5ed44a8 commit ab1ca2a

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

0 commit comments

Comments
 (0)