Skip to content

Commit 1e04737

Browse files
authored
Update .travis.yml
1 parent 67ec197 commit 1e04737

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dist: focal
1+
dist: xenial
22
language: csharp
33
mono: none
44
dotnet: 2.1.300
@@ -24,13 +24,13 @@ before_install:
2424
- |-
2525
if [[ "$DB" == "Firebird" ]]
2626
then
27-
sudo apt-get install -y libicu-dev libtommath-dev
28-
sudo ln -s /usr/lib/x86_64-linux-gnu/libtommath.so.1 /usr/lib/x86_64-linux-gnu/libtommath.so.0
29-
curl -L -O https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz
30-
tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
31-
pushd Firebird-3.0.5.33220-0.amd64
32-
sudo ./install.sh -silent
33-
popd
27+
sudo apt-get install -y libicu-dev libtommath-dev firebird3.0-server
28+
#sudo ln -s /usr/lib/x86_64-linux-gnu/libtommath.so.1 /usr/lib/x86_64-linux-gnu/libtommath.so.0
29+
#curl -L -O https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz
30+
#tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
31+
#pushd Firebird-3.0.5.33220-0.amd64
32+
# sudo ./install.sh -silent
33+
#popd
3434
export $(sudo cat /opt/firebird/SYSDBA.password | grep -v ^# | xargs)
3535
sudo chmod 775 /tmp/firebird
3636
echo -e "nhibernate = /tmp/firebird/nhibernate.fdb" | sudo tee -a /opt/firebird/databases.conf

0 commit comments

Comments
 (0)