Skip to content

Commit b623dc8

Browse files
authored
Merge pull request #2712 from nlf/master
replace travis with github actions
2 parents 4d769b7 + 069fbc4 commit b623dc8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci-module.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: ci
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
workflow_dispatch:
9+
10+
jobs:
11+
test:
12+
uses: hapijs/.github/.github/workflows/ci-module.yml@master

0 commit comments

Comments
 (0)