Skip to content

Commit 1439b11

Browse files
Requiering libc++ in travis file
1 parent fd97a29 commit 1439b11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ matrix:
2626
packages:
2727
- libwww-perl
2828
- clang-3.7
29+
- libc++-dev
2930
before_install:
3031
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/clang-3.7 90
3132
env: COMPILER="clang++-3.7 -stdlib=libc++"
@@ -34,7 +35,7 @@ matrix:
3435
env: COMPILER=g++
3536
- os: osx
3637
compiler: clang
37-
env: COMPILER="clang++ -stdlib=libc++"
38+
env: COMPILER=clang++
3839
- env: NAME="CPP-LINT"
3940
script: scripts/run_lint.sh master HEAD
4041

0 commit comments

Comments
 (0)