Skip to content

Commit be478ad

Browse files
authored
Update .travis.yml
1 parent 1b00552 commit be478ad

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ services:
77
- postgresql
88
- docker
99
env:
10-
# - DB=SqlServer2008 CONNECTION_STRING="Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;packet size=4096;"
11-
# - DB=PostgreSQL CONNECTION_STRING="Host=localhost;Port=5432;Username=postgres;Database=nhibernate;Enlist=true;"
10+
- DB=SqlServer2008 CONNECTION_STRING="Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;packet size=4096;"
11+
- DB=PostgreSQL CONNECTION_STRING="Host=localhost;Port=5432;Username=postgres;Database=nhibernate;Enlist=true;"
1212
- DB=Firebird
13-
# - DB=MySQL CONNECTION_STRING="Server=127.0.0.1;Uid=root;Database=nhibernate;Old Guids=True;"
14-
# - DB=SQLite
13+
- DB=MySQL CONNECTION_STRING="Server=127.0.0.1;Uid=root;Database=nhibernate;Old Guids=True;"
14+
- DB=SQLite
1515
before_install:
1616
- sudo apt-get update -qq
1717
- sudo apt-get install -y powershell
@@ -25,7 +25,8 @@ before_install:
2525
if [[ "$DB" == "Firebird" ]]
2626
then
2727
sudo apt-get install -y libtommath-dev
28-
#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
28+
# This would be required on bionic and above
29+
# sudo ln -s /usr/lib/x86_64-linux-gnu/libtommath.so.1 /usr/lib/x86_64-linux-gnu/libtommath.so.0
2930
wget -q https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz
3031
tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
3132
pushd Firebird-3.0.5.33220-0.amd64

0 commit comments

Comments
 (0)