Skip to content

Commit

Permalink
Fix Travis error https could not be found
Browse files Browse the repository at this point in the history
Travis builds are breaking with this error: The method driver
/usr/lib/apt/methods/https could not be found
  • Loading branch information
mloskot committed Mar 9, 2013
1 parent 227d187 commit 47ad09f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/ci/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ source ./bin/ci/common.sh
echo "$(tmstamp) *** before_install::apt-get starting $(date) ***"
wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle -O - | sudo apt-key add -
sudo bash -c 'echo "deb https://oss.oracle.com/debian unstable main non-free" >> /etc/apt/sources.list'
sudo apt-get install apt-transport-https
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 16126D3A3E5C1192
sudo apt-get update -qq
sudo apt-get install -qq \
Expand Down

0 comments on commit 47ad09f

Please sign in to comment.