Skip to content

Commit 9193b68

Browse files
authored
run CI on Julia 1.3 (#130)
1 parent 997ab1a commit 9193b68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 1.0
4-
- julia_version: 1.1
4+
- julia_version: 1.3
55
- julia_version: latest
66

77
matrix:

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os:
55
- osx
66
julia:
77
- 1.0
8-
- 1.1
8+
- 1.3
99
- nightly
1010
matrix:
1111
allow_failures:
@@ -19,7 +19,7 @@ after_success:
1919
jobs:
2020
include:
2121
- stage: "Documentation"
22-
julia: 1.1
22+
julia: 1.3
2323
os: linux
2424
script:
2525
- julia --project=docs/ docs/setup.jl

0 commit comments

Comments
 (0)