From eac0af1d7b65564b022d83ae0bac5f7f75f5b36a Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 28 Aug 2015 22:51:11 +0100 Subject: [PATCH] Travis: in last commit I reordered 2 builds for some reason... Fix it. [skip ci] --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 70d2d70c..36fa9740 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,10 @@ matrix: include: - os: linux compiler: gcc - env: BUILD_TYPE=coverage + env: BUILD_TYPE=normal - os: linux compiler: gcc - env: BUILD_TYPE=normal + env: BUILD_TYPE=coverage - os: linux compiler: clang env: BUILD_TYPE=normal