mirror of
https://github.com/arnaucube/poseidon-ark.git
synced 2026-01-09 23:41:29 +01:00
add travis
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
|
||||
cache:
|
||||
- cargo
|
||||
|
||||
script:
|
||||
- RUST_BACKTRACE=1 cargo test --all
|
||||
Reference in New Issue
Block a user