Skip to content

Commit f11ece4

Browse files
authored
Update .travis.yml
1 parent def8d56 commit f11ece4

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
@@ -24,9 +24,9 @@ before_install:
2424
- |-
2525
if [[ "$DB" == "Firebird" ]]
2626
then
27-
sudo apt-get install -y libtommath0
27+
sudo apt-get install -y libtommath-dev
2828
#sudo ln -s /usr/lib/x86_64-linux-gnu/libtommath.so.1 /usr/lib/x86_64-linux-gnu/libtommath.so.0 #This would be required on bionic and above
29-
wget -O Firebird-3.0.5.33220-0.amd64.tar.gz "https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz"
29+
wget -q https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz
3030
tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
3131
pushd Firebird-3.0.5.33220-0.amd64
3232
sudo ./install.sh -silent

0 commit comments

Comments
 (0)