Skip to content

Commit

Permalink
[Travis] use xenial for all builds (#18657)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 25, 2019
1 parent c50049f commit 59fd511
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: python # This lets us use newer python versions from virtualenv
python: "3.5"
compiler: clang
dist: trusty
dist: xenial
sudo: false
cache:
apt: true
Expand Down Expand Up @@ -53,7 +53,6 @@ matrix:
# CODE LAYOUT
##########################################################
- os: linux
dist: xenial
name: code layout 👗
if: type != cron
env:
Expand Down

0 comments on commit 59fd511

Please sign in to comment.