summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRuediger Meier2015-12-17 14:04:57 +0100
committerRuediger Meier2015-12-17 14:09:11 +0100
commitd42ecea2e9503619e50b58225728e3ef0401125d (patch)
tree60dae8be4b174f9a95fd2462749ba92366ef0332 /.travis.yml
parentMerge branch 'scols_print_to_string' of https://github.com/ignatenkobrain/uti... (diff)
downloadkernel-qcow2-util-linux-d42ecea2e9503619e50b58225728e3ef0401125d.tar.gz
kernel-qcow2-util-linux-d42ecea2e9503619e50b58225728e3ef0401125d.tar.xz
kernel-qcow2-util-linux-d42ecea2e9503619e50b58225728e3ef0401125d.zip
travis: cosmetics, order scripts like they are executed
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 6 insertions, 5 deletions
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`