Add travis-ci
This commit is contained in:
parent
5828289805
commit
94ca008a90
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
language: rust
|
||||||
|
rust:
|
||||||
|
- stable
|
||||||
|
# - 1.31.0
|
||||||
|
# - 1.22.0
|
||||||
|
script:
|
||||||
|
- cd $TRAVIS_BUILD_DIR/core/lib/
|
||||||
|
- cargo build --verbose --all
|
||||||
|
- cargo test --verbose --all
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
|
||||||
|
# before_cache:
|
||||||
|
# - rm -rf "$TRAVIS_HOME/.cargo/registry/src"
|
||||||
|
#cache: cargo
|
Loading…
x
Reference in New Issue
Block a user