diff --git a/.github/workflows/ci-module.yml b/.github/workflows/ci-module.yml new file mode 100644 index 0000000..fc561e6 --- /dev/null +++ b/.github/workflows/ci-module.yml @@ -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 diff --git a/.travis.yml b/.travis.yml deleted file mode 100755 index 429726c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: node_js - -node_js: - - "12" - - "node" - -sudo: false - -install: - - "npm install" - -os: - - "linux" - - "osx" - - "windows"