blob: 4a581f230f78d1705fdaa971c294f71f54fcf708 [file] [log] [blame] [edit]
language: rust
rust:
- 1.46.0
- stable
- beta
- nightly
arch:
- amd64
- arm64
- ppc64le
- s390x
cache:
directories:
- /home/travis/.rustup
- /home/travis/.cargo
- /home/travis/target
install:
- rustup update
- mkdir -p .cargo && echo '[build]' > .cargo/config && echo 'target-dir = "/home/travis/target"'
>> .cargo/config
script: cargo test