]> git.lizzy.rs Git - rust.git/blob - .travis.yml
[gh actions] Really fix caching this time
[rust.git] / .travis.yml
1 language: rust
2 cache:
3   directories:
4     - $HOME/.cargo
5
6 os:
7   - linux
8   - osx
9
10 rust:
11   - nightly
12
13 script:
14   - ./prepare.sh
15   - ./test.sh --release
16
17 env:
18   global:
19     # Enable backtraces for easier debugging.
20     - RUST_BACKTRACE=1
21     # Reduce amount of benchmark runs as they are slow.
22     - COMPILE_RUNS=2 RUN_RUNS=2