Spracherkennung für: .yml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
sudo: true
language: rust
cache: cargo
rust:
- stable
- beta
- nightly
addons:
apt:
packages:
- build-essential
install:
- rustup install nightly
# - rustup component add rustfmt-preview
script:
# Disabling rustfmt for now. It's breaking all the time.
#- |
# cargo +nightly fmt -- --write-mode=diff
- |
cargo build &&
cargo test
[Dauer der Verarbeitung: 0.22 Sekunden]