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 528ea62 commit d37cae0Copy full SHA for d37cae0
.travis.yml
@@ -12,6 +12,9 @@ script:
12
travis-cargo build &&
13
travis-cargo test &&
14
travis-cargo bench &&
15
+ travis-cargo --only nightly build -- --features no_std &&
16
+ travis-cargo --only nightly test -- --features no_std &&
17
+ travis-cargo --only nightly bench -- --features no_std &&
18
travis-cargo --only stable doc
19
after_success:
20
- travis-cargo --only stable doc-upload
0 commit comments