Skip to content

Commit d2a2e8e

Browse files
committed
made travis check for stable rust with spin_no_std feature
1 parent a047873 commit d2a2e8e

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
@@ -3,6 +3,9 @@ matrix:
33
include:
44
- rust: 1.21.0
55
- rust: stable
6+
script:
7+
- cargo test
8+
- cargo test --features spin_no_std
69
- os: osx
710
- rust: beta
811
- rust: nightly

0 commit comments

Comments
 (0)