Skip to content

Commit 20ef0cb

Browse files
committed
allow failures on 1.3
1 parent dbeef90 commit 20ef0cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ julia:
1111
- nightly
1212
matrix:
1313
allow_failures:
14-
- julia: nightly
14+
- julia: 1.3, nightly
1515
notifications:
1616
email: false
1717
after_success:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ platform:
1414
# # (tests will run but not make your overall status red)
1515
matrix:
1616
allow_failures:
17-
- julia_version: nightly
17+
- julia_version: 1.3, nightly
1818

1919
branches:
2020
only:

0 commit comments

Comments
 (0)