2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-01-19 04:22:12 +00:00

Fix travis config 2

This commit is contained in:
Mario Mulansky
2017-05-07 13:57:31 -07:00
parent 3a83fdbd8f
commit f0469a2fb6

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 $CC
- $CC --version
script: