Skip to content

Commit

Permalink
fix(package): Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Fröhle committed Sep 10, 2018
1 parent 40b8f42 commit ba9de04
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 81 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ script:
- npm run test
after_success:
# - if [[ "$TRAVIS_NODE_VERSION" == "8" && "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then npm run aftersuccess ; fi
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then travis-deploy-once && npm run semantic-release ; fi
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then travis-deploy-once -b 1 && npm run semantic-release ; fi
# - if [[ "$TRAVIS_NODE_VERSION" == "8" && "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then npm run aftersuccess -- -push ; fi
branches:
except:
Expand Down
39 changes: 0 additions & 39 deletions bin/aftersuccess.js

This file was deleted.

39 changes: 0 additions & 39 deletions bin/aftersuccess.sh

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@
},
"main": "lib/pem",
"scripts": {
"aftersuccess": "bin/aftersuccess.sh",
"documentation": "npm run docco --silent && npm run jsdoc --silent",
"docco": "docco -l parallel -o docs/docco lib/helper.js lib/openssl.js lib/pem.js",
"jsdoc": "jsdoc -c jsdoc.json",
"changelog": "auto-changelog --output HISTORY.md",
"coverage": "cross-env NODE_ENV=development nyc ./node_modules/.bin/_mocha --opts mocha.opts $(find . -type f -name '*.spec.js' ! -path './nyc_output/*' ! -path './coverage/*' ! -path './node_modules/*')",
"semantic-release": "semantic-release",
"lint": "eslint --fix --config=./.eslintrc.js *.js *.md *.json lib/*.js test/*.js test/*.spec.js",
Expand Down

0 comments on commit ba9de04

Please sign in to comment.