We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 507fed3 + 5253a3b commit 1ac6b37Copy full SHA for 1ac6b37
.travis.yml
@@ -13,12 +13,12 @@ jobs:
13
include:
14
- stage: linux
15
os: linux
16
- dist: trusty
+ dist: xenial
17
sudo: false
18
addons:
19
apt:
20
sources:
21
- - 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
22
key_url: https://packages.microsoft.com/keys/microsoft.asc
23
packages:
24
- powershell
0 commit comments