mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 09:37:55 +00:00
Travis build. (#12)
This commit is contained in:
committed by
Robert Habermeier
parent
74ec849f7e
commit
ff626bd5a1
@@ -0,0 +1,16 @@
|
||||
sudo: false
|
||||
language: rust
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
cache: cargo
|
||||
|
||||
matrix:
|
||||
fast_finish: false
|
||||
include:
|
||||
- rust: stable
|
||||
|
||||
script:
|
||||
- cargo check --all
|
||||
- cargo test --all
|
||||
Reference in New Issue
Block a user