]> git.lizzy.rs Git - rust.git/blob - .travis.yml
Replace functions taking or returning u128 or i128 with a trap
[rust.git] / .travis.yml
1 sudo: false
2 language: rust
3 cache: cargo
4
5 os:
6   - linux
7   - osx
8
9 rust:
10   - nightly
11
12 script:
13   - ./prepare.sh && ./test.sh
14
15 env:
16   - RUST_BACKTRACE=1