Fix travis config

This commit is contained in:
Mario Mulansky 2017-05-07 13:51:50 -07:00
parent 53d15cc83a
commit 3a83fdbd8f

View File

@ -39,7 +39,7 @@ before_install:
- ./bootstrap.sh
- cd $TRAVIS_BUILD_DIR
- if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$CC" = "gcc" ]; then export CC=gcc-4.8; fi
- echo "Toolset: ${CC}"
- echo "Toolset: $CC"
- $CC --version
script: