mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
ci: disable travis, flip badge
This commit is contained in:
parent
49bf45441f
commit
eeb4ab56a1
2 changed files with 2 additions and 42 deletions
39
.travis.yml
39
.travis.yml
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue