Skip to content

Commit 4de2185

Browse files
committed
Also build on 1.3
1 parent 727d522 commit 4de2185

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ os:
33
- linux
44
julia:
55
- 1.0
6+
- 1.3
67
- nightly
78
matrix:
89
allow_failures:
@@ -21,4 +22,4 @@ jobs:
2122
script:
2223
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
2324
- julia --project=docs/ docs/make.jl
24-
after_success: skip
25+
after_success: skip

0 commit comments

Comments
 (0)