1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-20 15:29:30 +00:00

Restructure travis

This commit is contained in:
Matthias Endler 2018-10-26 00:46:43 +02:00
parent fbf939c2ab
commit 22ad640fc3

View File

@ -5,15 +5,15 @@ rust:
- beta
- nightly
matrix:
include:
- env: TARGET=aarch64-unknown-linux-gnu
- env: TARGET=arm-unknown-linux-gnueabi
- env: TARGET=armv7-unknown-linux-gnueabihf
- env: TARGET=thumbv7em-none-eabihf
allow_failures:
- rust: nightly
fast_finish: true
allow_failures:
- rust: nightly
fast_finish: true
env:
- TARGET=aarch64-unknown-linux-gnu
- TARGET=arm-unknown-linux-gnueabi
- TARGET=armv7-unknown-linux-gnueabihf
- TARGET=thumbv7em-none-eabihf
install:
- rustup component add rust-src