Skip to content

Commit 93e2bf0

Browse files
No nightly tests
1 parent 4180a5b commit 93e2bf0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
environment:
22
matrix:
3-
- julia_version: 1.3 # latest 1.x.y
4-
- julia_version: nightly
3+
- julia_version: 1 # latest 1.x.y
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)