Skip to content

Commit 0b53adf

Browse files
authored
Update .travis.yml
1 parent e4ed9c6 commit 0b53adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ before_install:
3131
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"
3232
tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
3333
pushd Firebird-3.0.5.33220-0.amd64
34-
sudo ./install.sh -silent
34+
sudo ./install.sh
3535
popd
3636
export $(sudo cat /opt/firebird/SYSDBA.password | grep -v ^# | xargs)
3737
sudo chmod 775 /tmp/firebird

0 commit comments

Comments
 (0)