summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRuediger Meier2017-06-15 08:56:43 +0200
committerRuediger Meier2017-06-15 09:13:14 +0200
commitcf76bbae48f3fe4d00d416a9b91d09672fe2173a (patch)
treeec293cb77a8ff84a58b1609ad3fe7053fdc97b5f /.travis.yml
parentlib: style cosmetics plymouth-ctrl.c (diff)
downloadkernel-qcow2-util-linux-cf76bbae48f3fe4d00d416a9b91d09672fe2173a.tar.gz
kernel-qcow2-util-linux-cf76bbae48f3fe4d00d416a9b91d09672fe2173a.tar.xz
kernel-qcow2-util-linux-cf76bbae48f3fe4d00d416a9b91d09672fe2173a.zip
travis: minor cosmetics
This is just to make the diff to my private travis script a bit smaller. Now we always use $CC _after_ the install script which makes it possible to install/update the compiler in the install section. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 598b5f13d..eaed0fa49 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,8 +17,8 @@ env:
matrix:
include:
- - os: linux
- dist: precise
+ # test old Ubuntu 12.04 and OSX for compatibility
+ - dist: precise
compiler: gcc
env: PRECISE="yes" MAKE_CHECK="root"
- os: osx
@@ -35,10 +35,6 @@ branches:
before_install:
# print some host info
- env | grep -v "encrypted" | LC_ALL=C sort
- - $CC --version
- - which $CC
- # workaround clang not system wide, fail on sudo make install
- - export CC=`which $CC`
# workaround travis-ci issue #5301
- unset PYTHON_CFLAGS