Skip to content

Commit 944db6d

Browse files
committedMar 29, 2016
Fix llvm apt repository
1 parent 956d54a commit 944db6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ci/travis/linux/qt4/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export DEBIAN_FRONTEND=noninteractive
22

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.