Skip to content

Commit 0cb5c45

Browse files
authored
CI on Julia 1.1 (#669)
1 parent 2819426 commit 0cb5c45

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ os:
55
julia:
66
- 0.7
77
- 1.0
8+
- 1.1
89
- nightly
910
addons:
1011
apt:

appveyor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ environment:
1414
- julia_version: 1
1515
python_version: "Conda"
1616

17+
- julia_version: 1.1
18+
python_version: "27"
19+
- julia_version: 1.1
20+
python_version: "37"
21+
- julia_version: 1.1
22+
python_version: "Conda"
23+
1724
- julia_version: nightly
1825
python_version: "27"
1926
- julia_version: nightly

0 commit comments

Comments
 (0)