mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
try default trusty
This commit is contained in:
parent
c0ad4ae4c6
commit
d6859cdfd3
13
.travis.yml
13
.travis.yml
@ -1,6 +1,9 @@
|
||||
language: rust
|
||||
cache: cargo
|
||||
|
||||
dist: trusty
|
||||
sudo: false
|
||||
|
||||
branches:
|
||||
except:
|
||||
- /^v[0-9]/
|
||||
@ -8,11 +11,11 @@ branches:
|
||||
services:
|
||||
- postgresql
|
||||
|
||||
addons:
|
||||
postgresql: 9.6
|
||||
apt:
|
||||
packages:
|
||||
- postgresql-9.6-postgis-2.4
|
||||
# addons:
|
||||
# postgresql: 9.6
|
||||
# apt:
|
||||
# packages:
|
||||
# - postgresql-9.6-postgis-2.4
|
||||
|
||||
env:
|
||||
- DATABASE_URL=postgres://postgres@localhost/test
|
||||
|
Loading…
Reference in New Issue
Block a user