From 0ab89199d694f064d3766701cf9ac1695c0aee7a Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 6 Nov 2018 16:56:33 -0500 Subject: run ls on clang --- .travis/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis/install.sh b/.travis/install.sh index 6f2cfe2..6a33532 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -5,6 +5,8 @@ set -x sudo ln -s /usr/local/clang-5.0.0/bin/clang /usr/bin/clang sudo ln -s /usr/local/clang-5.0.0/bin/clang++ /usr/bin/clang++ +ls -l /usr/local/clang-5.0.0/bin/clang* /usr/bin/clang* + # dependencies for gdc tests sudo apt-get -y install gdc # dependencies for docbook tests -- cgit v0.12