Skip to content

Commit

Permalink
Fix Travis CI clang installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadden committed Jul 12, 2018
1 parent 4f29591 commit 744ddcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/set-up-system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set -x -e
apt-get update -qy
apt-get install -y software-properties-common
add-apt-repository -y ppa:ubuntu-toolchain-r/test
apt-add-repository -y "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-4.0 main"
apt-get update -qy
apt-get install -y --upgrade g++-5 gcc-5 lcov cmake git curl clang-5.0
apt-get install -y --upgrade g++-5 gcc-5 lcov cmake git curl clang-4.0
pip install virtualenv

0 comments on commit 744ddcc

Please sign in to comment.