Skip to content

Commit

Permalink
chore: replace travis with github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsup committed Apr 22, 2024
1 parent 9755f70 commit 9231a1f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci-module.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ci

on:
push:
branches:
- master
pull_request:
workflow_dispatch:

permissions:
contents: read # for actions/checkout

jobs:
test:
uses: hapijs/.github/.github/workflows/ci-module.yml@master
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

0 comments on commit 9231a1f

Please sign in to comment.