Skip to content

Commit 87e9f1a

Browse files
committed
And now?
1 parent 802b092 commit 87e9f1a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ services:
66
- mysql
77
- postgresql
88
- docker
9-
env:
9+
env:
10+
matrix:
11+
include:
1012
- DB=SqlServer2008
1113
CONNECTION_STRING="Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;"
1214
- DB=PostgreSQL
1315
CONNECTION_STRING="Host=localhost;Port=5432;Username=postgres;Database=nhibernate;Enlist=true;"
1416
- DB=MySQL
15-
CONNECTION_STRING="Server=127.0.0.1;Uid=root;Database=nhibernate;Old Guids=True;"
16-
matrix:
17+
CONNECTION_STRING="Server=127.0.0.1;Uid=root;Database=nhibernate;Old Guids=True;"
1718
allow_failures:
1819
- env: DB=MySQL
1920
before_install:

0 commit comments

Comments
 (0)