Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix failing travis build (apt-get update missing)
  • Loading branch information
sfan5 committed Apr 15, 2016
1 parent 9b4d6a7 commit 464afcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/travis/before_install.sh
@@ -1,5 +1,6 @@
#!/bin/bash -e


if [ $CC = "clang" ]; then
export PATH="/usr/bin/:$PATH"
sudo sh -c 'echo "deb http://ppa.launchpad.net/eudoxos/llvm-3.1/ubuntu precise main" >> /etc/apt/sources.list'
Expand All @@ -9,6 +10,7 @@ if [ $CC = "clang" ]; then
sudo apt-get install clang
fi

sudo apt-get update
sudo apt-get install cmake libgd2-noxpm-dev libsqlite3-dev \
p7zip-full

Expand Down

0 comments on commit 464afcb

Please sign in to comment.