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 - docker
before_install: before_install:
- sudo apt-get update # - sudo apt-get update
# Pull container # Pull container
- 'sudo docker pull ${distribution}:${version}' - 'sudo docker pull ${distribution}:${version}'
# Customize container # Customize container