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 3dcf374 commit 1faa72fCopy full SHA for 1faa72f
.travis.yml
@@ -24,6 +24,7 @@ before_install:
24
- |-
25
if [[ "$DB" == "Firebird" ]]
26
then
27
+ set -e
28
set -x
29
sudo apt-get install -y libtommath0
30
#sudo ln -s /usr/lib/x86_64-linux-gnu/libtommath.so.1 /usr/lib/x86_64-linux-gnu/libtommath.so.0 #This would be required on bionic and above
@@ -42,6 +43,7 @@ before_install:
42
43
service --status-all
44
sudo service firebird restart
45
set +x
46
+ set +e
47
fi
48
before_script:
49
- 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