We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ad6b5 commit 1801030Copy full SHA for 1801030
.travis.yml
@@ -5,6 +5,7 @@ os:
5
julia:
6
- 1.0
7
- 1.1
8
+ - 1.2
9
- nightly
10
notifications:
11
email: false
appveyor.yml
@@ -2,6 +2,7 @@ environment:
2
matrix:
3
- julia_version: 1.0
4
- julia_version: 1.1
+ - julia_version: 1.2
- julia_version: nightly
platform:
@@ -16,7 +17,7 @@ branches:
16
17
only:
18
- master
19
- /release-.*/
- - /v(\d+)\.(\d+)\.(\d+)/
20
+ - /v(\d+)\.(\d+)\.(\d+)/
21
22
23
- provider: Email
0 commit comments