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 f4a9e8e commit def8d56Copy full SHA for def8d56
.travis.yml
@@ -37,7 +37,7 @@ before_install:
37
echo -e "nhibernate = /tmp/firebird/nhibernate.fdb" | sudo tee -a /opt/firebird/databases.conf
38
echo -e "AuthServer = Srp\nAuthClient = Srp\nUserManager = Srp\nWireCrypt = Enabled" | sudo tee -a /opt/firebird/firebird.conf
39
sudo /opt/firebird/bin/gsec -modify SYSDBA -pw masterkey -admin yes
40
- sudo systemctl restart firebird
+ sudo systemctl restart firebird-superserver
41
fi
42
before_script:
43
- if [[ "$DB" == "SqlServer2008" ]]; then docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=P@ssw0rd" -e "MSSQL_PID=Express" -p 1433:1433 -d --name sqlexpress microsoft/mssql-server-linux:latest; fi
0 commit comments