Skip to content

Commit

Permalink
Merge pull request #383 from strongloop/enable-travis
Browse files Browse the repository at this point in the history
Enable Travis CI integration
  • Loading branch information
bajtos authored Jul 8, 2019
2 parents 91ffb7b + 023d66e commit b248812
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: node_js
node_js:
- "8"
- "10"
- "12"

services:
- postgresql
addons:
postgresql: "9.6"
env:
global:
- PGUSER=postgres

branches:
only:
- master

0 comments on commit b248812

Please sign in to comment.