From 902390d57a3762b95ccbf7dbd092026fbecf4bbd Mon Sep 17 00:00:00 2001 From: Klemens David Morgenstern Date: Tue, 13 Nov 2018 11:56:38 +0700 Subject: [PATCH] still trying for the osx on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e92ad4d5..27e31e3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,7 @@ before_install: # Set this to the name of the library - PROJECT_TO_TEST=`basename $TRAVIS_BUILD_DIR` - echo "Testing $PROJECT_TO_TEST" - - if [ $TRAVIS_OS_NAME = "osx" ]; then brew install gcc5; brew install valgrind; brew install --with-toolchain llvm; TOOLSET=clang; else LDFLAGS=gcc-5; fi + - if [ $TRAVIS_OS_NAME = "osx" ]; then brew install gcc5; brew install valgrind; brew install llvm; TOOLSET=clang; else TOOLSET=gcc-5; fi # Cloning Boost libraries (fast nondeep cloning) - BOOST=$HOME/boost-local - git init $BOOST