Skip to content

Commit b7319d0

Browse files
committed
Allow nightly build to fail
1 parent 7ecbf66 commit b7319d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ rust:
1212
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
1313

1414
matrix:
15+
allow_failures:
16+
- rust: nightly
1517
include:
1618
- env: TARGET=riscv64imac-unknown-none-elf
1719
rust: nightly

0 commit comments

Comments
 (0)