Skip to content

Commit ba9de04

Browse files
committed
fix(package): Update package
1 parent 40b8f42 commit ba9de04

File tree

4 files changed

+1
-81
lines changed

4 files changed

+1
-81
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ script:
5858
- npm run test
5959
after_success:
6060
# - if [[ "$TRAVIS_NODE_VERSION" == "8" && "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then npm run aftersuccess ; fi
61-
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then travis-deploy-once && npm run semantic-release ; fi
61+
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then travis-deploy-once -b 1 && npm run semantic-release ; fi
6262
# - if [[ "$TRAVIS_NODE_VERSION" == "8" && "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then npm run aftersuccess -- -push ; fi
6363
branches:
6464
except:

bin/aftersuccess.js

Lines changed: 0 additions & 39 deletions
This file was deleted.

bin/aftersuccess.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@
1717
},
1818
"main": "lib/pem",
1919
"scripts": {
20-
"aftersuccess": "bin/aftersuccess.sh",
2120
"documentation": "npm run docco --silent && npm run jsdoc --silent",
2221
"docco": "docco -l parallel -o docs/docco lib/helper.js lib/openssl.js lib/pem.js",
2322
"jsdoc": "jsdoc -c jsdoc.json",
24-
"changelog": "auto-changelog --output HISTORY.md",
2523
"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/*')",
2624
"semantic-release": "semantic-release",
2725
"lint": "eslint --fix --config=./.eslintrc.js *.js *.md *.json lib/*.js test/*.js test/*.spec.js",

0 commit comments

Comments
 (0)