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 def8d56 commit f11ece4Copy full SHA for f11ece4
.travis.yml
@@ -24,9 +24,9 @@ before_install:
24
- |-
25
if [[ "$DB" == "Firebird" ]]
26
then
27
- sudo apt-get install -y libtommath0
+ sudo apt-get install -y libtommath-dev
28
#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"
+ wget -q 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
0 commit comments