Skip to content

Commit

Permalink
Fix llvm apt repository
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 29, 2016
1 parent 956d54a commit 944db6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis/linux/qt4/before_install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export DEBIAN_FRONTEND=noninteractive

wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise main' -y
sudo add-apt-repository 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.8 main' -y

sudo add-apt-repository ppa:ubuntugis/ppa -y
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable -y # For postgresql-9.1-postgis-2.1
Expand Down

0 comments on commit 944db6d

Please sign in to comment.