Skip to content

Commit ed97e58

Browse files
committed
fix allow failure
1 parent 20ef0cb commit ed97e58

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ julia:
1111
- nightly
1212
matrix:
1313
allow_failures:
14-
- julia: 1.3, nightly
14+
- julia: 1.3
15+
- julia: nightly
1516
notifications:
1617
email: false
1718
after_success:

appveyor.yml

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

1920
branches:
2021
only:

0 commit comments

Comments
 (0)