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 61edf7c commit e89bd6bCopy full SHA for e89bd6b
.travis.yml
@@ -7,6 +7,9 @@ services:
7
- postgresql
8
- docker
9
env:
10
+ - DB=SqlServer2008
11
+ - DB=PostgreSQL
12
+ - DB=MySQL
13
matrix:
14
include:
15
- env: DB=SqlServer2008 CONNECTION_STRING="Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;"
0 commit comments