mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
fix travis build env
This commit is contained in:
parent
2f480217cb
commit
4427e31661
@ -1,5 +1,13 @@
|
||||
language: node_js
|
||||
dist: trusty
|
||||
sudo: false
|
||||
node_js:
|
||||
- "6"
|
||||
env:
|
||||
- PGUSER=postgres
|
||||
services:
|
||||
- postgresql
|
||||
addons:
|
||||
postgresql: "9.6"
|
||||
before_script:
|
||||
- psql -c 'create database travis;' -U postgres | true
|
||||
Loading…
x
Reference in New Issue
Block a user