Files
resy/.travis.yml
Simon Wörner cef96956a4 fixed ci
2017-05-02 22:30:24 +02:00

8 lines
114 B
YAML

language: rust
rust:
- nightly
script:
- cargo install rustfmt
- ci/run-rustfmt.sh
- ci/run-cargo-test.sh