Files
pezkuwi-subxt/substrate/.travis.yml
T
Arkadiy Paronyan 04cbcd0655 Database backend (#133)
* DB backend

* DB backend

* Cleanup

* Clean build files after running tests

* Fixed comment

* add OOM lang item to runtime-io
2018-05-02 13:36:36 +02:00

18 lines
198 B
YAML

sudo: false
language: rust
branches:
only:
- master
cache: cargo
matrix:
fast_finish: false
include:
- rust: stable
script:
- cargo test --all
- cargo clean
- ./publish-wasm.sh