From b66abed7aeb3685552a2cb6caa34e8c4eb6dbb12 Mon Sep 17 00:00:00 2001 From: Tomaka17 Date: Fri, 10 Oct 2014 16:02:15 +0200 Subject: Minor changes in travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3