Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Switch Travis CI to Ubuntu 18.04 bionic
Browse files Browse the repository at this point in the history
from 16.04 xenial.

re: #5997
ansible-pulp CI should use Ubuntu 18.04 bionic
https://pulp.plan.io/issues/5997
[noissue]
  • Loading branch information
mikedep333 committed Jan 23, 2020
1 parent 62359e6 commit bf741bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@
sudo: required
# By default, Traivs provides Ubuntu 14.04 VMs. We specify a newer release so
# that Python 3.7 can be used in testing.
dist: xenial
dist: bionic
services:
- docker

Expand Down

0 comments on commit bf741bb

Please sign in to comment.