Add .travis.yml

This commit is contained in:
Kogia-sima 2020-06-07 04:57:00 +09:00
parent de2b164aa0
commit c3e1eb45ce
1 changed files with 25 additions and 0 deletions

25
.travis.yml Normal file
View File

@ -0,0 +1,25 @@
dist: bionic
language: rust
branches:
except:
- stable
matrix:
fast_finish: true
include:
- os: linux
rust: stable
- os: linux
rust: nightly
- os: osx
rust: stable
env:
global:
- RUST_BACKTRACE=1
script:
- cargo test --all-features --workspace