Skip to content

Commit

Permalink
removing tag builds from circle ci config, bumping patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Edwards authored and Chris Edwards committed Dec 30, 2016
1 parent e9d43e6 commit afd9ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions circle.yml
Expand Up @@ -3,11 +3,4 @@ test:
- mkdir -p $CIRCLE_ARTIFACTS/nyc/json_output
- mv .nyc_output/*.json $CIRCLE_ARTIFACTS/nyc/json_output
- mv .coverage $CIRCLE_ARTIFACTS/nyc/coverage
- CIRCLECI=true cat $CIRCLE_ARTIFACTS/nyc/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
deployment:
release:
tag: /v[0-9]+(\.[0-9]+)*/
owner: chrisdevwords
commands:
- echo -e "$NPM_USERNAME\n$NPM_PASSWORD\n$NPM_EMAIL" | npm login
- npm publish
- cat $CIRCLE_ARTIFACTS/nyc/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "house-gov-page-scraper",
"version": "0.1.1",
"version": "0.1.2",
"description": "a node module for scraping info from the US House of Representatives website: house.gov",
"main": "./dist/index.js",
"files": [
Expand Down

0 comments on commit afd9ba3

Please sign in to comment.