language: rust env: - TARGET=x86_64-unknown-linux-gnu - TARGET=riscv32imac-unknown-none-elf rust: - nightly - stable if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master) matrix: include: - env: TARGET=riscv64imac-unknown-none-elf rust: nightly if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master) - env: TARGET=riscv64gc-unknown-none-elf rust: nightly if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master) install: - ci/install.sh - export PATH="$PATH:$PWD/gcc/bin" script: - ci/script.sh cache: cargo before_cache: # Travis can't cache files that are not readable by "others" - chmod -R a+r $HOME/.cargo branches: only: - master - staging - trying notifications: email: on_success: never