Skip to content

Instantly share code, notes, and snippets.

@jakescript
Created February 2, 2021 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakescript/75604bd2b2a302dd40bedc9b9dbbe79b to your computer and use it in GitHub Desktop.
Save jakescript/75604bd2b2a302dd40bedc9b9dbbe79b to your computer and use it in GitHub Desktop.
Travis CI Setup NodeJS - PSQL
language: node.js
node_js:
- 12.18.3
services:
- postgresql
before_script:
- psql -c 'create database acme_db;' -U postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment