Update .travis.yml

This commit is contained in:
TheEmeraldStarr 2020-11-06 18:55:20 -08:00 committed by GitHub
parent 517b79473c
commit 0985c23014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,6 @@
language: node_js
node_js:
- 'stable'
install: npm install
services:
- postgresql
before_script:
- psql -c 'create database test_db;' -U postgres
script: npm start
after_success: npm app.js
node_js:
- "stable"
cache:
directories:
- "node_modules"