We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874d192 commit e1d3065Copy full SHA for e1d3065
.travis.yml
@@ -1,11 +1,23 @@
1
language: rust
2
-rust:
3
- - stable
4
- - beta
5
- - nightly
+matrix:
+ include:
+ - rust: stable
+ env: FEATURES='use_std'
6
+ - rust: beta
7
8
+ - rust: nightly
9
10
11
+ env: FEATURES='use_std use_log'
12
13
+ env: FEATURES='use_alloc use_collections'
14
15
+ env: FEATURES=''
16
matrix:
17
allow_failures:
18
- rust: stable # until 1.15 comes out
19
+script:
20
+ - cargo build --features "$FEATURES"
21
notifications:
22
irc:
23
channels:
0 commit comments