1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

cache cargo in travis

This commit is contained in:
Robin Appelman 2019-08-11 14:11:09 +02:00
commit 570de16b16

View file

@ -3,12 +3,13 @@ rust:
- stable
- beta
- nightly
cache: cargo
matrix:
allow_failures:
- rust: nightly
fast_finish: true
install:
- cargo install --git https://github.com/Technolution/rustig rustig
- ls ~/.cargo/bin/rustig || cargo install --git https://github.com/Technolution/rustig rustig
script:
- cargo build
- cargo test