Skip to content

Commit 6c7405d

Browse files
authored
Disable Appveyor nightly testing
Following DiffEqBase and OrdinaryDiffEq. This always fails, and also messes up the build status on the homepage. With all the recent added functionality the test time is approaching 20mins too, so having four sets of tests really slows things down. We can reenable this in the future when a breaking Julia release is approaching (like 2.0).
1 parent 27b30a3 commit 6c7405d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
environment:
22
matrix:
33
- julia_version: 1
4-
- julia_version: nightly
4+
# - julia_version: nightly
55

66
platform:
77
- x86 # 32-bit
88
- x64 # 64-bit
99

1010
# # Uncomment the following lines to allow failures on nightly julia
1111
# # (tests will run but not make your overall status red)
12-
matrix:
13-
allow_failures:
14-
- julia_version: nightly
12+
#matrix:
13+
# allow_failures:
14+
# - julia_version: nightly
1515

1616
branches:
1717
only:

0 commit comments

Comments
 (0)