Skip to content
Snippets Groups Projects
Commit ff017faf authored by ulif's avatar ulif
Browse files

Remove apt-get update in travis.yml.

As we do not install extra packages we do not have to wait for
`apt-get update`.
parent 097b61e7
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ python:
- "2.7"
- "3.3"
before_install:
- sudo apt-get update -qq
# Workaround for a permissions issue with Travis virtual machine images
# that breaks Python's multiprocessing:
# https://github.com/travis-ci/travis-cookbooks/issues/155
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment