Skip to content

Commit

Permalink
Merge branch 'master' into up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 25, 2016
2 parents cef188e + 9e2bd70 commit 54f68f9
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 37 deletions.
31 changes: 31 additions & 0 deletions .bumpedrc
@@ -0,0 +1,31 @@
files: [
'package.json'
]

plugins:

prerelease:

'Linting config files':
plugin: 'bumped-finepack'

postrelease:

'Generating CHANGELOG file':
plugin: 'bumped-changelog'

'Commiting new version':
plugin: 'bumped-terminal'
command: 'git add CHANGELOG.md package.json && git commit -m "Release $newVersion"'

'Detecting problem before publish':
plugin: 'bumped-terminal'
command: 'git-dirty && npm test'

'Publishing tag at GitHub':
plugin: 'bumped-terminal'
command: 'git tag $newVersion && git push && git push --tags'

'Publishing at NPM':
plugin: 'bumped-terminal'
command: 'npm publish'
10 changes: 0 additions & 10 deletions .travis.yml
Expand Up @@ -6,15 +6,5 @@ node_js:
- "0.12"
- "0.10"
- "iojs"
before_install:
- npm install -g phantomjs
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script: npm run-script coveralls
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
9 changes: 4 additions & 5 deletions package.json
Expand Up @@ -42,17 +42,16 @@
"mocha": "latest",
"mocha-lcov-reporter": "~1.2.0",
"multiline": "~1.0.2",
"rimraf": "~2.5.2",
"standard": "~6.0.8",
"x-ray-phantom": "~1.0.0"
"rimraf": "~2.3.2",
"standard": "~6.0.8"
},
"engines": {
"node": ">= 0.10"
},
"scripts": {
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly",
"pretest": "standard",
"test": "mocha",
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
"test": "mocha"
},
"license": "MIT"
}
22 changes: 0 additions & 22 deletions test/xray_driver_spec.js

This file was deleted.

0 comments on commit 54f68f9

Please sign in to comment.