File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,15 @@ services:
7
7
- postgresql
8
8
- docker
9
9
env :
10
- - DB=SqlServer2008 CONNECTION_STRING="Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;"
11
- - DB=PostgreSQL CONNECTION_STRING="Host=localhost;Port=5432;Username=postgres;Database=nhibernate;Enlist=true;"
12
- - DB=MySQL CONNECTION_STRING="Server=127.0.0.1;Uid=root;Database=nhibernate;Old Guids=True;" TRAVIS_ALLOW_FAILURE=true
10
+ - DB=SqlServer2008
11
+ CONNECTION_STRING="Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;"
12
+ - DB=PostgreSQL
13
+ CONNECTION_STRING="Host=localhost;Port=5432;Username=postgres;Database=nhibernate;Enlist=true;"
14
+ - DB=MySQL
15
+ CONNECTION_STRING="Server=127.0.0.1;Uid=root;Database=nhibernate;Old Guids=True;"
16
+ matrix :
17
+ allow_failures :
18
+ - env : DB=MySQL
13
19
before_install :
14
20
- curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
15
21
- curl https://packages.microsoft.com/config/ubuntu/14.04/prod.list | sudo tee /etc/apt/sources.list.d/microsoft.list
You can’t perform that action at this time.
0 commit comments