Skip to content

Commit f455239

Browse files
committed
CI: test on Julia 1.0
1 parent 2436d83 commit f455239

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ os:
66

77
julia:
88
- 0.7
9+
- 1.0
910
- nightly
1011

1112
notifications:

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
environment:
22
matrix:
33
- julia_version: 0.7
4-
- julia_version: latest
4+
- julia_version: 1.0
5+
- julia_version: nightly
56

67
platform:
78
- x86 # 32-bit

0 commit comments

Comments
 (0)