aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7b05a9a..80604f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,8 @@ install:
script:
- cargo build --verbose
- - cargo test --verbose --features "headless" --no-default-features
+ - cargo test --no-run --verbose
+ - cargo test --verbose --features "headless cocoa" --no-default-features
os:
- linux