Skip to content

Commit 1801030

Browse files
committed
Add julia 1.2 to CI config
1 parent 16ad6b5 commit 1801030

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
@@ -5,6 +5,7 @@ os:
55
julia:
66
- 1.0
77
- 1.1
8+
- 1.2
89
- nightly
910
notifications:
1011
email: false

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ environment:
22
matrix:
33
- julia_version: 1.0
44
- julia_version: 1.1
5+
- julia_version: 1.2
56
- julia_version: nightly
67

78
platform:
@@ -16,7 +17,7 @@ branches:
1617
only:
1718
- master
1819
- /release-.*/
19-
- /v(\d+)\.(\d+)\.(\d+)/
20+
- /v(\d+)\.(\d+)\.(\d+)/
2021

2122
notifications:
2223
- provider: Email

0 commit comments

Comments
 (0)