Skip to content

Commit 6600c75

Browse files
committed
Update Travis build to run on Ubuntu Xenial.
1 parent bd921b7 commit 6600c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sudo: required
2-
dist: trusty
2+
dist: xenial
33
services: docker
44

55
env:
@@ -24,7 +24,7 @@ env:
2424

2525
before_install:
2626
- .ci/docker-run.sh $IMAGE $NAME 3307 $OMIT_FEATURES
27-
- wget -q -O packages-microsoft-prod.deb https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb
27+
- wget -q -O packages-microsoft-prod.deb https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb
2828
- sudo dpkg -i packages-microsoft-prod.deb
2929
- sudo apt-get install apt-transport-https
3030
- sudo apt-get update

0 commit comments

Comments
 (0)