Skip to content

Commit f9d7794

Browse files
committed
Add julia 1.2 to CI
1 parent c54e2e1 commit f9d7794

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ julia:
66
- 0.7
77
- 1.0
88
- 1.1
9+
- 1.2
910
- nightly
1011
notifications:
1112
email: false

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ environment:
33
- julia_version: 0.7
44
- julia_version: 1.0
55
- julia_version: 1.1
6+
- julia_version: 1.2
67
- julia_version: nightly
78

89
platform:
@@ -17,7 +18,7 @@ branches:
1718
only:
1819
- master
1920
- /release-.*/
20-
- /v(\d+)\.(\d+)\.(\d+)/
21+
- /v(\d+)\.(\d+)\.(\d+)/
2122

2223
notifications:
2324
- provider: Email

0 commit comments

Comments
 (0)