From 514f593060449f4df16fb7366dea1ed34bfbc115 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Thu, 17 Dec 2015 14:10:17 +0100 Subject: travis: workaround env pollution, PYTHON_CFLAGS Since a few days travis workers seem to export broken PYTHON_CFLAGS and automake's python detection fails. see https://github.com/travis-ci/travis-ci/issues/5301 Signed-off-by: Ruediger Meier --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6d322e457..85a753d39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,8 @@ before_install: - which $CC # workaround clang not system wide, fail on sudo make install - export CC=`which $CC` + # workaround travis-ci issue #5301 + - unset PYTHON_CFLAGS install: - source ./.travis-functions.sh -- cgit v1.2.3-55-g7522