Skip to content

Commit cbbee8e

Browse files
Allow rust nightly to fail
1 parent b28ade8 commit cbbee8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ env:
2020
- TF_RUST_BUILD_FROM_SRC=false
2121

2222

23+
matrix:
24+
allow_failures:
25+
- rust: nightly
26+
27+
2328
install:
2429
# Install dependencies only if we build tensorflow from source.
2530
- if [[ "$TF_RUST_BUILD_FROM_SRC" == "true" ]]; then source travis-ci/install.sh; fi

0 commit comments

Comments
 (0)