Skip to content

Commit f07367b

Browse files
authored
add julia v1.3 to travis tests (#633)
update travis tests to Julia v1.3
1 parent 7d4a56b commit f07367b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ os:
44
- osx
55
julia:
66
- 1.0
7-
- 1.2
7+
- 1.3
88
- nightly
99
matrix:
1010
allow_failures:
@@ -13,7 +13,7 @@ codecov: true
1313
jobs:
1414
include:
1515
- stage: "Documentation"
16-
julia: 1.1
16+
julia: 1.3
1717
os: linux
1818
script:
1919
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'

0 commit comments

Comments
 (0)