Skip to content

Commit 58cf6cb

Browse files
authored
Merge pull request #474 from strongloop/revert/github-actions
Revert "ci: switch travis to github actions"
2 parents ebb2c72 + 009ed58 commit 58cf6cb

File tree

2 files changed

+18
-32
lines changed

2 files changed

+18
-32
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.travis.yml

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

0 commit comments

Comments
 (0)