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.
1 parent 713a89d commit 70f2ef8Copy full SHA for 70f2ef8
.travis.yml
@@ -1,4 +1,4 @@
1
-dist: bionic
+dist: xenial
2
language: csharp
3
mono: none
4
dotnet: 2.1.300
@@ -27,7 +27,6 @@ before_install:
27
if [[ "$DB" == "Firebird" ]]
28
then
29
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
31
wget -q https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz
32
tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
33
pushd Firebird-3.0.5.33220-0.amd64
0 commit comments