Skip to content

Commit 9902bee

Browse files
bajtosSAMIBETTAYEB
authored andcommitted
Revert "ci: switch travis to github actions"
This reverts commit e3ba700. Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com> Signed-off-by: SAMI BETTAYEB <sami3639@gmail.com>
1 parent 09ed542 commit 9902bee

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)