Skip to content

Commit 24b6165

Browse files
committedSep 22, 2017
Fix CI configuration after 4e8be41.
1 parent 19ed1f3 commit 24b6165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ matrix:
1010
- rust: nightly
1111
env: FEATURES='std raw_socket tap_interface log' MODE='test'
1212
- rust: nightly
13-
env: FEATURES='alloc collections' MODE='build'
13+
env: FEATURES='alloc' MODE='build'
1414
- rust: nightly
1515
env: FEATURES='' MODE='build'
1616
script:

0 commit comments

Comments
 (0)
Please sign in to comment.