Another attempt at fixing Travis on Linux

This commit is contained in:
Eric Fischer 2016-03-24 15:31:44 -07:00
parent a03b461aa5
commit 76ab63c1d0

View File

@ -29,7 +29,7 @@ install:
export CFLAGS="--coverage -g";
export LDFLAGS="--coverage";
elif [[ $(uname -s) == 'Linux' ]]; then
export CXX=g++-4.9;
export CXX=clang++;
fi;
- make