Bypass updating apt while Travis is having a bad day.

This commit is contained in:
Jeff Geerling 2015-12-14 09:13:01 -06:00
parent 7a15ff5fd6
commit a8e0f1c72a

View file

@ -22,7 +22,7 @@ services:
- docker
before_install:
- sudo apt-get update
# - sudo apt-get update
# Pull container
- 'sudo docker pull ${distribution}:${version}'
# Customize container