Skip to content

Commit b248812

Browse files
authored
Merge pull request #383 from strongloop/enable-travis
Enable Travis CI integration
2 parents 91ffb7b + 023d66e commit b248812

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: .travis.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: node_js
2+
node_js:
3+
- "8"
4+
- "10"
5+
- "12"
6+
7+
services:
8+
- postgresql
9+
addons:
10+
postgresql: "9.6"
11+
env:
12+
global:
13+
- PGUSER=postgres
14+
15+
branches:
16+
only:
17+
- master

0 commit comments

Comments
 (0)