Remove nested travis file

This commit is contained in:
Brian M. Carlson 2019-12-18 13:47:56 -06:00
parent 423baa644a
commit 5c0c93ce1d

View File

@ -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