Skip to content

Commit 70f2ef8

Browse files
authored
Update .travis.yml
1 parent 713a89d commit 70f2ef8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dist: bionic
1+
dist: xenial
22
language: csharp
33
mono: none
44
dotnet: 2.1.300
@@ -27,7 +27,6 @@ before_install:
2727
if [[ "$DB" == "Firebird" ]]
2828
then
2929
sudo apt-get install -y libicu-dev libtommath-dev
30-
sudo ln -s /usr/lib/x86_64-linux-gnu/libtommath.so.1 /usr/lib/x86_64-linux-gnu/libtommath.so.0
3130
wget -q https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz
3231
tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
3332
pushd Firebird-3.0.5.33220-0.amd64

0 commit comments

Comments
 (0)