From 4d9fde8a393569cba666efd3132bce30ccd9dbe0 Mon Sep 17 00:00:00 2001 From: arvidn Date: Tue, 27 Mar 2018 07:40:30 +0200 Subject: [PATCH] separate cmake and autotools travis build --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5b78fe614..752b6aec2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,9 @@ matrix: - env: variant=test_debug lint=1 tests=1 toolset=gcc-sanitizer - env: variant=test_debug sim=1 crypto=openssl toolset=gcc-sanitizer - env: variant=test_release coverage=1 tests=1 toolset=gcc-coverage python=1 - - env: cmake=1 autotools=1 toolset=gcc - - env: variant=test_debug crypto=openssl docs=1 tests=1 examples=1 python=1 toolset=darwin ios=1 + - env: autotools=1 toolset=gcc + - env: cmake=1 toolset=gcc + - env: variant=test_debug crypto=openssl docs=1 tests=1 examples=1 tools=1 python=1 toolset=darwin ios=1 os: osx osx_image: xcode9.2 - env: arch=arm toolset=gcc-arm