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 a08f554 commit 602ef07Copy full SHA for 602ef07
.travis.yml
@@ -11,7 +11,7 @@ env:
11
- DB=PostgreSQL CONNECTION_STRING="Host=localhost;Port=5432;Username=postgres;Database=nhibernate;Enlist=true;"
12
- DB=Firebird
13
- DB=MySQL CONNECTION_STRING="Server=127.0.0.1;Uid=root;Database=nhibernate;Old Guids=True;"
14
- - DB=SQLite
+ - DB=SQLite LD_DEBUG=1
15
matrix:
16
allow_failures:
17
- env: DB=MySQL CONNECTION_STRING="Server=127.0.0.1;Uid=root;Database=nhibernate;Old Guids=True;"
0 commit comments