diff options
author | Daniel Moody <dmoody256@gmail.com> | 2018-08-13 21:08:21 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2018-08-13 21:08:21 (GMT) |
commit | 2252e4b3ca7cb9ee75e739cabceee6fd8d324476 (patch) | |
tree | a8b128c403335d846ea54aab0581105074c8ccd8 /.travis/install.sh | |
parent | 5d21b1cac7605f4df43ddc6db30011e6d1006859 (diff) | |
download | SCons-2252e4b3ca7cb9ee75e739cabceee6fd8d324476.zip SCons-2252e4b3ca7cb9ee75e739cabceee6fd8d324476.tar.gz SCons-2252e4b3ca7cb9ee75e739cabceee6fd8d324476.tar.bz2 |
use clang from local/bin instead of installing
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x | .travis/install.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis/install.sh b/.travis/install.sh index 24735a8..d61872d 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -1,8 +1,6 @@ #!/usr/bin/env bash set -x -# dependencies for clang tests -sudo apt-get -y install clang # dependencies for gdc tests sudo apt-get -y install gdc # dependencies for docbook tests |