From c278e61f95be2cd90b4d48d8d298e65c5647d90c Mon Sep 17 00:00:00 2001 From: John Sully Date: Tue, 19 Mar 2019 20:40:17 -0400 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 51936a2c2..c3b5c0f42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ matrix: - ubuntu-toolchain-r-test - os: linux 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: apt: packages: