Skip to content

Commit fbd22a0

Browse files
giordanosimonbyrne
authored andcommitted
Run Travis and AppVeyor with Julia 1.0 and 1.1 too (#151)
1 parent f079c64 commit fbd22a0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ before_install:
1212
fi
1313
julia:
1414
- 0.7
15+
- 1.0
16+
- 1.1
1517
- nightly
1618
env:
1719
matrix:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ environment:
22
matrix:
33
- julia_version: 0.7
44
- julia_version: 1.0
5+
- julia_version: 1.1
56
- julia_version: latest
67

78
platform:

0 commit comments

Comments
 (0)