Skip to content

Commit

Permalink
fix(travis): Use Ubuntu 16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
adityahase committed Jul 23, 2019
1 parent 46566cd commit 1c8b4c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: python
dist: trusty
dist: xenial

python:
- "2.7"

install:
- sudo rm /etc/apt/sources.list.d/mongodb*.list
- sudo rm /etc/apt/sources.list.d/docker.list
- sudo pip install urllib3 pyOpenSSL ndg-httpsclient pyasn1
- sudo apt-get purge -y mysql-common mysql-server mysql-client
- sudo apt-get install --only-upgrade -y git
Expand Down

0 comments on commit 1c8b4c0

Please sign in to comment.