mirror of
https://github.com/fdehau/tui-rs.git
synced 2024-10-30 21:20:22 +00:00
c42ca05849
Check for older installation of the tools and only install them if missing or if the versions don't match
23 lines
248 B
YAML
23 lines
248 B
YAML
language: rust
|
|
|
|
rust:
|
|
- stable
|
|
- beta
|
|
- nightly
|
|
|
|
env:
|
|
- NO_RUSTUP=1
|
|
|
|
cache: cargo
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- rust: nightly
|
|
- rust: beta
|
|
|
|
before_script:
|
|
- ./scripts/travis/before_script.sh
|
|
|
|
script:
|
|
- ./scripts/travis/script.sh
|