Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 031e8bb

Browse files
committed
travis: revert to xenial, as in bionic some tests crash
1 parent 171643c commit 031e8bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dist: bionic
1+
dist: xenial
22
sudo: false
33
language: python
44
python:
@@ -21,9 +21,9 @@ env:
2121
addons:
2222
apt:
2323
sources:
24-
- sourceline: deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-bionic-prod bionic main
24+
- sourceline: deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-xenial-prod xenial main
2525
key_url: https://packages.microsoft.com/keys/microsoft.asc
26-
- sourceline: deb http://download.mono-project.com/repo/ubuntu stable-bionic/snapshots/5.20 main
26+
- sourceline: deb http://download.mono-project.com/repo/ubuntu stable-xenial/snapshots/5.20 main
2727
key_url: http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xA6A19B38D3D831EF
2828
packages:
2929
- mono-devel

0 commit comments

Comments
 (0)