Skip to content

Commit d5e93eb

Browse files
author
Dane Springmeyer
committed
remove dupe clang install
1 parent 05a7ac2 commit d5e93eb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ before_install:
5656
- |
5757
if [[ $(uname -s) == 'Linux' ]]; then
5858
export LDSHARED=$(python -c "import os;from distutils import sysconfig;print sysconfig.get_config_var('LDSHARED').replace('cc ','clang++-3.8 ')");
59-
mason install clang 3.8.0
6059
./.mason/mason install clang 3.8.0
6160
export PATH=$(./.mason/mason prefix clang 3.8.0)/bin:${PATH}
6261
which clang++

0 commit comments

Comments
 (0)