Skip to content

Commit

Permalink
CI/CD update
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxzsx committed Mar 5, 2021
1 parent d146e50 commit fb3db8e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 74 deletions.
4 changes: 0 additions & 4 deletions .jscsrc

This file was deleted.

20 changes: 0 additions & 20 deletions .jshintrc

This file was deleted.

15 changes: 9 additions & 6 deletions .travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- '0.10'
- '0.11'
- '12'

deploy:
provider: npm
email: andrew@balmos.org
Expand All @@ -11,11 +11,14 @@ deploy:
tags: true
all_branches: true
repo: OADA/rsa-pem-to-jwk
before_install:
- npm install -g gulp

cache:
directories:
- node_modules

install:
- npm install
script:
- gulp lint
- gulp style
- npm run cover
after_success:
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls --verbose
1 change: 0 additions & 1 deletion AUTHORS

This file was deleted.

38 changes: 0 additions & 38 deletions gulpfile.js

This file was deleted.

6 changes: 1 addition & 5 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"main": "rsa-pem-to-jwk.js",
"scripts": {
"test": "./node_modules/.bin/_mocha -w",
"cover": "./node_modules/.bin/istanbul cover --include-all-sources -x gulpfile.js node_modules/.bin/_mocha -- -R spec",
"cover": "./node_modules/.bin/istanbul cover --include-all-sources node_modules/.bin/_mocha -- -R spec",
"clean": "rm -rf ./coverage"
},
"repository": {
Expand All @@ -28,11 +28,7 @@
"homepage": "https://github.com/OADA/rsa-pem-to-jwk",
"devDependencies": {
"chai": "^1.10.0",
"gulp": "^3.8.10",
"gulp-jscs": "^1.3.1",
"gulp-jshint": "^1.9.0",
"istanbul": "^0.3.5",
"jshint-stylish": "^1.0.0",
"mocha": "^2.0.1",
"coveralls": "~2.11.2"
},
Expand Down

0 comments on commit fb3db8e

Please sign in to comment.