Skip to content

Commit e015e82

Browse files
authored
Try bionic
1 parent 79796bb commit e015e82

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
1-
dist: trusty
1+
dist: bionic
22
language: csharp
33
mono: none
44
dotnet: 2.1.300
5-
sudo: required
65
services:
76
- mysql
87
- postgresql
98
- docker
109
env:
11-
- DB=SqlServer2008 CONNECTION_STRING="Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;packet size=4096;"
12-
- DB=PostgreSQL CONNECTION_STRING="Host=localhost;Port=5432;Username=postgres;Database=nhibernate;Enlist=true;"
13-
- DB=Firebird
1410
- DB=MySQL CONNECTION_STRING="Server=127.0.0.1;Uid=root;Database=nhibernate;Old Guids=True;"
15-
- DB=SQLite
1611
before_install:
1712
- curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
1813
- curl https://packages.microsoft.com/config/ubuntu/14.04/prod.list | sudo tee /etc/apt/sources.list.d/microsoft.list

0 commit comments

Comments
 (0)