mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Remove nested travis file
This commit is contained in:
parent
423baa644a
commit
5c0c93ce1d
@ -1,15 +0,0 @@
|
||||
language: node_js
|
||||
dist: trusty
|
||||
sudo: false
|
||||
node_js:
|
||||
- '8'
|
||||
- '10'
|
||||
- '12'
|
||||
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