Skip to content

Commit 0c581c0

Browse files
authored
Update .travis.yml
1 parent 1d3b548 commit 0c581c0

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
@@ -26,7 +26,7 @@ before_install:
2626
then
2727
sudo add-apt-repository ppa:mapopa/firebird3.0
2828
sudo apt-get update -qq
29-
sudo apt-get install -y libicu-dev libtommath-dev firebird3.0
29+
sudo apt-get install -y libicu-dev libtommath-dev firebird3.0-server
3030
export $(sudo cat /opt/firebird/SYSDBA.password | grep -v ^# | xargs)
3131
sudo chmod 775 /tmp/firebird
3232
echo -e "nhibernate = /tmp/firebird/nhibernate.fdb" | sudo tee -a /opt/firebird/databases.conf

0 commit comments

Comments
 (0)