Getting close! Maybe there was a better way to do this than checking in travis.yml files repeatedly but alas it works and doesn't affect people building locally

Former-commit-id: 9ad229f663dc4aff0772c26c3e1ac7090eaca19e
This commit is contained in:
John Sully 2019-03-19 20:40:17 -04:00
parent 003e64ec42
commit c278e61f95

View File

@ -15,7 +15,7 @@ matrix:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- os: linux - os: linux
script: make MALLOC=libc script: make MALLOC=libc
env: COMPILER_NAME=clang CXX=clang++-3.8 CC=clang-3.8 CXXFLAGS="-stdlib=libc++" LDFLAGS="-stlib=libc++" env: COMPILER_NAME=clang CXX=clang++-3.8 CC=clang-3.8 CXXFLAGS="-stdlib=libc++" LDFLAGS="-stdlib=libc++"
addons: addons:
apt: apt:
packages: packages: