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 aec438b commit 478cc0aCopy full SHA for 478cc0a
.travis.yml
@@ -6,10 +6,12 @@ os:
6
julia:
7
- "1.0"
8
- "1.1"
9
+ - "1.2"
10
- nightly
11
matrix:
12
allow_failures:
13
- julia: nightly
14
+ - os: osx
15
notifications:
16
email: false
17
after_script:
appveyor.yml
@@ -2,6 +2,7 @@ environment:
2
3
- julia_version: 1
4
- julia_version: 1.1
5
+ - julia_version: 1.2
- julia_version: nightly
platform:
0 commit comments