Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
add git-lfs apt signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
falgon committed Sep 23, 2020
1 parent 81f4252 commit 3fbc0eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion travis/linux/before_install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash -ex

if [ "$TRAVIS_OS_NAME" = "linux" ]; then
sudo apt-get remove -qq -y postgresql-9.1 postgresql-9.2 postgresql-9.3 postgresql-9.4 postgresql-9.6 postgresql-contrib-9.6
sudo apt-get remove -qq -y postgresql-9.1 postgresql-9.2 postgresql-9.3 postgresql-9.4 postgresql-9.6 postgresql-contrib-9.6 google-chrome-stable
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157
sudo apt-get -qq -y update
sudo add-apt-repository -r ppa:webupd8team/java -y
sudo apt-get -qq upgrade -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --allow-unauthenticated
Expand Down

0 comments on commit 3fbc0eb

Please sign in to comment.