Skip to content

Commit 6d96e6b

Browse files
committed
travis, appveyor with julia1.5 and 1.2
1 parent ce4c9d6 commit 6d96e6b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
matrix:
3-
- julia_version: 1.4
3+
- julia_version: 1.2
4+
- julia_version: 1.5
45
- julia_version: nightly
56

67
platform:

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ os:
44
- linux
55
- osx
66
julia:
7-
- 1.4
7+
- 1.2
8+
- 1.5
89
- nightly
910
notifications:
1011
email: false

0 commit comments

Comments
 (0)