Skip to content

Instantly share code, notes, and snippets.

@cotsog
Created May 9, 2018 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cotsog/801be9510bc1892888059945bd14e952 to your computer and use it in GitHub Desktop.
Save cotsog/801be9510bc1892888059945bd14e952 to your computer and use it in GitHub Desktop.
Opt-in recipe to run `apt-get update` in your Travis CI build
# Add this snippet to your .travis.yml file
addons:
apt:
update: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment