From d42ecea2e9503619e50b58225728e3ef0401125d Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Thu, 17 Dec 2015 14:04:57 +0100 Subject: travis: cosmetics, order scripts like they are executed Signed-off-by: Ruediger Meier --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c092a4491..6d322e457 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,12 @@ branches: - /^stable.*/ - /^travis.*/ +before_install: + - $CC --version + - which $CC + # workaround clang not system wide, fail on sudo make install + - export CC=`which $CC` + install: - source ./.travis-functions.sh - travis_install_script @@ -31,8 +37,3 @@ script: after_script: - travis_after_script -before_install: - - $CC --version - - which $CC - # workaround clang not system wide, fail on sudo make install - - export CC=`which $CC` -- cgit v1.2.3-55-g7522