We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a047873 commit d2a2e8eCopy full SHA for d2a2e8e
.travis.yml
@@ -3,6 +3,9 @@ matrix:
3
include:
4
- rust: 1.21.0
5
- rust: stable
6
+ script:
7
+ - cargo test
8
+ - cargo test --features spin_no_std
9
- os: osx
10
- rust: beta
11
- rust: nightly
0 commit comments