From eeb4ab56a11feb750562e323b580d87b7b061f08 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Thu, 15 Aug 2019 21:02:57 +0200 Subject: [PATCH] ci: disable travis, flip badge --- .travis.yml | 39 --------------------------------------- README.md | 5 ++--- 2 files changed, 2 insertions(+), 42 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 86d493c0..00000000 --- a/.travis.yml +++ /dev/null @@ -1,39 +0,0 @@ -matrix: - allow_failures: - - name: "Test Suite - Node.js Nightly build" - - name: "Linter" - include: - - name: "Test Suite + coverage - 12.0.0" #min - language: node_js - node_js: 12.0.0 - script: npm run coverage - after_script: npx codecov - - name: "Test Suite + coverage - stable" - language: node_js - node_js: stable - script: npm run coverage - after_script: npx codecov - - name: "Test Suite - Windows" - language: node_js - os: windows - script: npm test - node_js: node - - name: "Test Suite - Electron - 6.0.0" - language: node_js - node_js: stable - script: xvfb-run npx electron@6.0.0 ./test/electron - - name: "Test Suite - Electron - ^6.0.0" - language: node_js - node_js: stable - script: xvfb-run npx electron@6 ./test/electron - - name: "Test Suite - Node.js Nightly build" - language: minimal - env: NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly/ - install: - - nvm i node - - npm i - script: npm test - - name: Linter - language: node_js - node_js: stable - script: npm run lint diff --git a/README.md b/README.md index dcecb0ba..c4cbd960 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @panva/jose -[![build][travis-image]][travis-url] [![codecov][codecov-image]][codecov-url] +![build][actions-image] [![codecov][codecov-image]][codecov-url] > "JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS for Node.js with minimal dependencies @@ -401,6 +401,5 @@ in terms of performance and API (not having well defined errors). [suggest-feature]: https://github.com/panva/jose/issues/new?labels=enhancement&template=feature-request.md&title=proposal%3A+ [support-patreon]: https://www.patreon.com/panva [support-paypal]: https://www.paypal.me/panva -[travis-image]: https://api.travis-ci.com/panva/jose.svg?branch=master -[travis-url]: https://travis-ci.com/panva/jose +[actions-image]: https://action-badges.now.sh/panva/jose [sponsor-auth0]: https://auth0.com/overview?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=panva-jose&utm_content=auth