diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 80604f9..afd21a7 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 |