diff options
author | Brian Cully <bjc@kublai.com> | 2019-10-08 09:10:54 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-10-08 09:10:54 -0400 |
commit | 04d13f0819ec2dfb741ba62b2620b75797426532 (patch) | |
tree | 43d765a31ca1ae079162fc12cdd7f4b734134965 | |
parent | f2288807da39052b609c26296e47737c5af2563b (diff) | |
download | usb-host-04d13f0819ec2dfb741ba62b2620b75797426532.tar.gz usb-host-04d13f0819ec2dfb741ba62b2620b75797426532.zip |
Don't allow failures on stable.v0.1.2
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index b52dc7a..b4f863c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,3 @@ rust: - stable - beta - nightly -matrix: - allow_failures: - - rust: stable |