Remove the "headless" feature entirely

This commit is contained in:
Pierre Krieger 2015-05-04 17:48:15 +02:00
parent e45e107d07
commit 430ae43528
4 changed files with 1 additions and 6 deletions

View file

@ -18,7 +18,6 @@ env:
script:
- cargo build --verbose
- cargo test --verbose
- cargo test --verbose --features "headless" --no-default-features
os:
- linux