mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
cache cargo in travis
This commit is contained in:
parent
15a17c1b60
commit
570de16b16
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue