Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
Try to update apt-get before installation
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Dec 9, 2015
1 parent 4c91718 commit cc3d404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
sudo: required

install:
- sudo apt-get update
- sudo apt-get install sshpass
- sudo -v && wget -nv -O- https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()"

Expand Down

0 comments on commit cc3d404

Please sign in to comment.