Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ rust:
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)

matrix:
allow_failures:
- rust: nightly
include:
- env: TARGET=riscv64imac-unknown-none-elf
rust: nightly
Expand All @@ -38,9 +40,6 @@ cache:
cargo: true
directories:
- gcc
before_cache:
# Travis can't cache files that are not readable by "others"
- chmod -R a+r $HOME/.cargo

branches:
only:
Expand Down