mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 21:31:49 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user