1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

add travis

This commit is contained in:
Robin Appelman 2019-05-03 00:47:07 +02:00
commit 74af588baa

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
script:
- cargo build --verbose --all
- cargo test --verbose --all