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 802b092 commit 87e9f1aCopy full SHA for 87e9f1a
.travis.yml
@@ -6,14 +6,15 @@ services:
6
- mysql
7
- postgresql
8
- docker
9
-env:
+env:
10
+matrix:
11
+ include:
12
- DB=SqlServer2008
13
CONNECTION_STRING="Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;"
14
- DB=PostgreSQL
15
CONNECTION_STRING="Host=localhost;Port=5432;Username=postgres;Database=nhibernate;Enlist=true;"
16
- DB=MySQL
- CONNECTION_STRING="Server=127.0.0.1;Uid=root;Database=nhibernate;Old Guids=True;"
-matrix:
17
+ CONNECTION_STRING="Server=127.0.0.1;Uid=root;Database=nhibernate;Old Guids=True;"
18
allow_failures:
19
- env: DB=MySQL
20
before_install:
0 commit comments