Skip to content

Commit

Permalink
Allow nightly build to fail in Travis-CI in case compiler messages ch…
Browse files Browse the repository at this point in the history
…ange
  • Loading branch information
althonos committed Oct 13, 2020
1 parent ef57d14 commit 134fbaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ env:
- PATH="$HOME/.cargo/bin:$PATH"
- RUST_BACKTRACE=1

jobs:
allow_failures:
- rust: nightly

git:
depth: false

Expand Down

0 comments on commit 134fbaf

Please sign in to comment.