From 1b7470f05d4fad0cb8b2cb4612beaceaabb80cc3 Mon Sep 17 00:00:00 2001 From: Nils Dijk Date: Tue, 6 Sep 2016 18:11:16 +0200 Subject: [PATCH] reduce overall matrix size on travis. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9bd1f364..4a952fe0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,11 +21,9 @@ install: - make setup env: - - RUN="make lint" - - RUN="make test-unit coveralls" + - RUN="make test-unit test-examples lint coveralls" - RUN="make test-integration" - RUN="make test-race" - - RUN="make test-examples" matrix: fast_finish: true