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