Skip to content

Commit

Permalink
Merge pull request dahlbyk#677 from ExE-Boss/travis/use-xenial
Browse files Browse the repository at this point in the history
chore(travis): Use Xenial
  • Loading branch information
rkeithhill authored Jun 23, 2019
2 parents 507fed3 + 5253a3b commit 1ac6b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
include:
- stage: linux
os: linux
dist: trusty
dist: xenial
sudo: false
addons:
apt:
sources:
- sourceline: deb [arch=amd64] https://packages.microsoft.com/ubuntu/14.04/prod trusty main
- sourceline: deb [arch=amd64] https://packages.microsoft.com/ubuntu/16.04/prod xenial main
key_url: https://packages.microsoft.com/keys/microsoft.asc
packages:
- powershell
Expand Down

0 comments on commit 1ac6b37

Please sign in to comment.