Skip to content

Commit 9c492da

Browse files
committed
Allow nightly build to fail
1 parent 642ef29 commit 9c492da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

riscv-rt/.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ env:
1313

1414
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
1515

16+
matrix:
17+
allow_failures:
18+
- rust: nightly
19+
1620
install:
1721
- ci/install.sh
1822

0 commit comments

Comments
 (0)