diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-14 20:54:46 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-14 20:57:40 -0400 |
commit | 658db1882c875afb26a31dc13aa99430f9164c91 (patch) | |
tree | 2cbce907e2c9acc8b3296ccba1c958a567729d18 /.travis.yml | |
parent | 4c6fbbd2a00be46ab03fd2bd79ae8faafc2ee53c (diff) | |
download | usb-host-658db1882c875afb26a31dc13aa99430f9164c91.tar.gz usb-host-658db1882c875afb26a31dc13aa99430f9164c91.zip |
Travis, README badges.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b52dc7a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: rust +rust: + - stable + - beta + - nightly +matrix: + allow_failures: + - rust: stable |