Skip to content

Commit

Permalink
Update travis to allow failures on nightly, due to weird allocation b…
Browse files Browse the repository at this point in the history
…ugs when compiling dependencies.
  • Loading branch information
Alexhuszagh committed Jan 28, 2020
1 parent 97fda18 commit a2be720
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ matrix:
install:
script: DISABLE_CROSS=1 bash ci/script.sh

allow_failures:
- rust: nightly

before_install:
- set -e
- rustup self update
Expand Down

0 comments on commit a2be720

Please sign in to comment.