Skip to content

Commit 61edf7c

Browse files
committed
Ok, maybe like that
1 parent 87e9f1a commit 61edf7c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ services:
99
env:
1010
matrix:
1111
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
17-
CONNECTION_STRING="Server=127.0.0.1;Uid=root;Database=nhibernate;Old Guids=True;"
12+
- env: DB=SqlServer2008 CONNECTION_STRING="Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;"
13+
- env: DB=PostgreSQL CONNECTION_STRING="Host=localhost;Port=5432;Username=postgres;Database=nhibernate;Enlist=true;"
14+
- env: DB=MySQL CONNECTION_STRING="Server=127.0.0.1;Uid=root;Database=nhibernate;Old Guids=True;"
1815
allow_failures:
1916
- env: DB=MySQL
2017
before_install:

0 commit comments

Comments
 (0)