Skip to content

Commit

Permalink
Add Travis CI setup (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
andywer committed Sep 29, 2018
1 parent 5fee563 commit b4ac1bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
language: node_js

node_js:
- 8
- node # Latest

sudo: required

services:
- postgresql

script:
- npm test

0 comments on commit b4ac1bd

Please sign in to comment.