Skip to content

Commit 192f7e8

Browse files
authored
enable builds on julia 1.2 and 1.3 (#29)
1 parent b293fb0 commit 192f7e8

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ julia:
77
- 1.0
88
- 1.1
99
- 1.2
10+
- 1.3
1011
- nightly
1112
matrix:
1213
allow_failures:

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ environment:
22
matrix:
33
- julia_version: 1
44
- julia_version: 1.1
5+
- julia_version: 1.2
6+
- julia_version: 1.3
57
- julia_version: nightly
68

79
platform:

0 commit comments

Comments
 (0)