Skip to content

Commit cadcb88

Browse files
authored
Update Julia versions on CI (#103)
1 parent 02cc071 commit cadcb88

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.travis.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ os:
55
- osx
66

77
julia:
8-
- 0.7
9-
- 1.0
108
- nightly
9+
- 1
10+
- 1.0
11+
- 0.7
1112

1213
notifications:
1314
email: false
@@ -17,8 +18,18 @@ after_success:
1718

1819
jobs:
1920
include:
21+
# Include intermediate Julia versions, but only on Linux
22+
- julia: 1.1
23+
os: linux
24+
- julia: 1.2
25+
os: linux
26+
- julia: 1.3
27+
os: linux
28+
- julia: 1.4
29+
os: linux
30+
# Documentation
2031
- stage: "Documentation"
21-
julia: 1.0
32+
julia: 1.5
2233
os: linux
2334
script:
2435
- julia --project=docs/ -e 'using Pkg; Pkg.add(PackageSpec(path=pwd()));

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 0.7
4+
- julia_version: 1.0
45
- julia_version: 1
56
- julia_version: nightly
67

0 commit comments

Comments
 (0)