diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 00000000..f6fc4468 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,14 @@ +name: ci + +on: + workflow_dispatch: + push: + pull_request: + +jobs: + dummy: + runs-on: ubuntu-latest + steps: + - + name: Checkout + uses: actions/checkout@v2 \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 9159de03..81e650b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,11 @@ +arch: + - amd64 + language: go go_import_path: github.com/pkg/errors go: - - 1.11.x - - 1.12.x - - 1.13.x + - 1.14 + - 1.15 - tip script: