try default trusty

This commit is contained in:
Stepan Kuzmin 2018-01-18 14:33:50 +03:00
parent c0ad4ae4c6
commit d6859cdfd3

View File

@ -1,6 +1,9 @@
language: rust language: rust
cache: cargo cache: cargo
dist: trusty
sudo: false
branches: branches:
except: except:
- /^v[0-9]/ - /^v[0-9]/
@ -8,11 +11,11 @@ branches:
services: services:
- postgresql - postgresql
addons: # addons:
postgresql: 9.6 # postgresql: 9.6
apt: # apt:
packages: # packages:
- postgresql-9.6-postgis-2.4 # - postgresql-9.6-postgis-2.4
env: env:
- DATABASE_URL=postgres://postgres@localhost/test - DATABASE_URL=postgres://postgres@localhost/test