Skip to content

Commit

Permalink
Merge branch 'release/0.2.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
bguiz committed Apr 20, 2015
2 parents 261d7fb + cf2ba98 commit 2c10eb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 65 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,11 @@ node_js:
- iojs
- iojs-v1.0.4
script:
- echo "TRAVIS_PULL_REQUEST=${TRAVIS_PULL_REQUEST} TRAVIS_BRANCH=${TRAVIS_BRANCH} TRAVIS_BUILD_NUMBER=${TRAVIS_BUILD_NUMBER} TRAVIS_JOB_NUMBER=${TRAVIS_JOB_NUMBER}"
- npm run lint
- npm run cover
after_success:
- npm run coveralls
- npm run publishdocs
- npm run autodocs
env:
global:
- secure: dsXQADywfJOlPsJe2EHPQBu6OrJRzov36A354yDacSOK7h8wvqUA+PtybKldg+CnhjXJ6imN6GXyTYEwg7Wsr01b579z/tj2D5XpXxurnJP0Y0Av/QRsHhtpbsyogqltg5zO9KFK3O2NBq9f+Yjeh8Op1WU06b0WNz8i5i77MTA=
- GH_USER: bguiz
- GH_REPO: plugin-registry
- GIT_USER: Travis CI Git User
- GIT_EMAIL: travis.ci.git.user@bguiz.com
- DOCUMENT_BRANCH: master
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "plugin-registry",
"version": "0.2.6",
"version": "0.2.7",
"description": "Maintains a general purpose registry of plugins",
"main": "index.js",
"scripts": {
"lint": "./node_modules/jshint/bin/jshint --verbose --reporter ./node_modules/jshint-stylish .",
"test": "node ./node_modules/jasmine-node/bin/jasmine-node test",
"cover": "node ./node_modules/istanbul/lib/cli cover ./node_modules/jasmine-node/bin/jasmine-node test",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"document": "node ./node_modules/yuidocjs/lib/cli .",
"publishdocs": "bash ./publish-docs.sh"
"generatedocs": "node ./node_modules/yuidocjs/lib/cli .",
"autodocs": "node ./node_modules/autodocs"
},
"repository": {
"type": "git",
Expand All @@ -26,6 +26,7 @@
},
"homepage": "https://github.com/bguiz/plugin-registry",
"devDependencies": {
"autodocs": "^0.0.2",
"coveralls": "^2.11.2",
"istanbul": "^0.3.11",
"jasmine-node": "^2.0.0",
Expand Down
55 changes: 0 additions & 55 deletions publish-docs.sh

This file was deleted.

0 comments on commit 2c10eb1

Please sign in to comment.