Skip to content

Commit d37cae0

Browse files
committed
Make sure travis test no_std feature
1 parent 528ea62 commit d37cae0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ script:
1212
travis-cargo build &&
1313
travis-cargo test &&
1414
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 &&
1518
travis-cargo --only stable doc
1619
after_success:
1720
- travis-cargo --only stable doc-upload

0 commit comments

Comments
 (0)