Skip to content

Commit bad98ec

Browse files
bors[bot]Disasm
andauthored
Merge #41
41: Fix CI r=almindor a=Disasm Co-authored-by: Vadim Kaushan <[email protected]>
2 parents 255ef60 + b7319d0 commit bad98ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 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
@@ -38,9 +40,6 @@ cache:
3840
cargo: true
3941
directories:
4042
- gcc
41-
before_cache:
42-
# Travis can't cache files that are not readable by "others"
43-
- chmod -R a+r $HOME/.cargo
4443

4544
branches:
4645
only:

0 commit comments

Comments
 (0)