diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index e26679c..1bc5088 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -34,7 +34,7 @@ jobs: npm-publish: needs: unit-tests if: github.ref == 'refs/heads/master' && github.event_name == 'push' - runs-on: ubuntu-16.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - name: 'Install Golang 1.16.x' diff --git a/package.json b/package.json index 74bfd0a..cfc6938 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "end-to-end": "npm run pretest; node test/end-to-end.js;", "lint": "jshint .", "validate": "npm ls", - "travis": "npm test && npm run end-to-end", "compile": "./compile.sh", "no-unstaged": "git diff --exit-code" },