From f6e567b10a73a377198036533e393e92c46e850f Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Mon, 6 Feb 2017 13:26:28 -0500 Subject: [PATCH] Building the fast clang release first (quicker deploy) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b0d40b45..b6821883 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ cache: - ${TRAVIS_BUILD_DIR}/deps/cmake matrix: include: + - compiler: clang + env: DEPLOY_MAT=yes - compiler: gcc addons: apt: @@ -21,8 +23,6 @@ matrix: packages: - g++-4.7 env: COMPILER=4.7 - - compiler: clang - env: DEPLOY_MAT=yes install: - python -c 'import sys; print(sys.version_info[:])' - if [ "$CXX" = "g++" ]; then export CXX="g++-$COMPILER" CC="gcc-$COMPILER"; fi