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 e4ed9c6 commit 0b53adfCopy full SHA for 0b53adf
.travis.yml
@@ -31,7 +31,7 @@ before_install:
31
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"
32
tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
33
pushd Firebird-3.0.5.33220-0.amd64
34
- sudo ./install.sh -silent
+ sudo ./install.sh
35
popd
36
export $(sudo cat /opt/firebird/SYSDBA.password | grep -v ^# | xargs)
37
sudo chmod 775 /tmp/firebird
0 commit comments