Browse Source

Add build and test to Travis

refactor-mempool
Roman Zeyde 7 years ago
parent
commit
af189983ae
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 2
      .travis.yml

2
.travis.yml

@ -7,3 +7,5 @@ cache: cargo
script:
- cargo check --all
- cargo build --all
- cargo test --all

Loading…
Cancel
Save