Remove env overrides from travis

It's replacing CC from autotools with the one from env. Everything
seems to work fine without it.
This commit is contained in:
Ari Koivula 2016-01-19 16:19:43 +02:00
parent e822c16659
commit 0f23eac284
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,7 @@ set -ev
./autogen.sh
./configure
make
make --jobs=2
if [ -n "$VALGRIND_TEST" ]; then
libtool execute valgrind --leak-check=full --error-exitcode=1 -- \

View file

@ -5,7 +5,6 @@ env:
- KVZ_DISABLE_AVX2=1
- TEST_DIM=264x130
- TEST_FRAMES=10
- MAKEFLAGS="--jobs=2 --environment-overrides"
sudo: false