diff --git a/.travis.yml b/.travis.yml index 80604f99..afd21a74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ install: script: - cargo build --verbose - cargo test --no-run --verbose - - cargo test --verbose --features "headless cocoa" --no-default-features + - cargo test --verbose --features "headless" --no-default-features os: - linux