Run cargo test with default features only

This commit is contained in:
Kamil Markiewicz 2017-08-31 01:02:15 +02:00
parent a5d50edcc0
commit bb0fa98096

View File

@ -10,6 +10,7 @@ rust:
env:
matrix:
- FEATURES=''
- FEATURES='--features "regexp regexp_macros"'
- FEATURES='--features "stream regexp regexp_macros"'
- FEATURES='--features "stream regexp regexp_macros" --no-default-features'