Skip to content

Instantly share code, notes, and snippets.

@constrict0r
Last active May 8, 2019 20:31
Show Gist options
  • Select an option

  • Save constrict0r/e8ccea60fe352d1f1ac62b5c290d93cb to your computer and use it in GitHub Desktop.

Select an option

Save constrict0r/e8ccea60fe352d1f1ac62b5c290d93cb to your computer and use it in GitHub Desktop.
Travis before apt cleanup
---
dist: xenial
before_install:
- sudo apt remove mysql-server-5.7
- sudo apt update
install:
- sudo apt-get full-upgrade -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment