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 1d3b548 commit 0c581c0Copy full SHA for 0c581c0
.travis.yml
@@ -26,7 +26,7 @@ before_install:
26
then
27
sudo add-apt-repository ppa:mapopa/firebird3.0
28
sudo apt-get update -qq
29
- sudo apt-get install -y libicu-dev libtommath-dev firebird3.0
+ sudo apt-get install -y libicu-dev libtommath-dev firebird3.0-server
30
export $(sudo cat /opt/firebird/SYSDBA.password | grep -v ^# | xargs)
31
sudo chmod 775 /tmp/firebird
32
echo -e "nhibernate = /tmp/firebird/nhibernate.fdb" | sudo tee -a /opt/firebird/databases.conf
0 commit comments