Add travis-ci

This commit is contained in:
Alekos Filini 2020-02-03 18:31:12 +01:00
parent 5828289805
commit 94ca008a90
No known key found for this signature in database
GPG Key ID: 5E8AFC3034FDFA4F

16
.travis.yml Normal file
View 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