From b24d2e20489b08bb350d67b82f6fb354d6951a1c Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Thu, 2 Aug 2018 16:41:02 +0200 Subject: [PATCH] build: only run full matrix on default CI Skip the full-matrix build on secondary CI systems, but use just the default to keep build-times low. Signed-off-by: David Herrmann --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 82ecb53..99a7bb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,6 @@ jobs: script: - ./vmrun -- ../src/cherryci -d ../src/.cherryci -s c-util -m - script: - - ./vmrun -T armv7hl -- ../src/cherryci -d ../src/.cherryci -s c-util -m + - ./vmrun -T armv7hl -- ../src/cherryci -d ../src/.cherryci -s c-util - script: - - ./vmrun -T i686 -- ../src/cherryci -d ../src/.cherryci -s c-util -m + - ./vmrun -T i686 -- ../src/cherryci -d ../src/.cherryci -s c-util