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 dbeef90 commit 20ef0cbCopy full SHA for 20ef0cb
.travis.yml
@@ -11,7 +11,7 @@ julia:
11
- nightly
12
matrix:
13
allow_failures:
14
- - julia: nightly
+ - julia: 1.3, nightly
15
notifications:
16
email: false
17
after_success:
appveyor.yml
@@ -14,7 +14,7 @@ platform:
# # (tests will run but not make your overall status red)
- - julia_version: nightly
+ - julia_version: 1.3, nightly
18
19
branches:
20
only:
0 commit comments