kalker/.travis.yml

8 lines
193 B
YAML
Raw Normal View History

2020-06-12 13:55:40 +02:00
language: rust
before_install:
- rustup component add rustfmt --toolchain stable-x86_64-unknown-linux-gnu
2020-06-12 13:55:40 +02:00
script:
- cargo fmt
- cargo build --verbose --all
- cargo test --verbose --all