Skip to content

Commit

Permalink
Merge branch 'master' of github.com:unshiftio/koekje
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Jun 19, 2017
2 parents 486f9f5 + f2b9fe7 commit 93c61cc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .npmignore
@@ -0,0 +1,3 @@
coverage/
test.js
.*
16 changes: 5 additions & 11 deletions .travis.yml
@@ -1,25 +1,19 @@
sudo: false
language: node_js
node_js:
- "5"
- "4"
- "0.12"
- "0.11"
- "0.10"
- "0.9"
- "0.8"
- "iojs-v1.1"
- "iojs-v1.0"
before_install:
- "npm install -g npm@1.4.x"
- 'if [ "${TRAVIS_NODE_VERSION}" == "0.8" ]; then npm install -g npm@2.14.15; fi'
script:
- "npm run test-travis"
after_script:
- "npm install coveralls@2.11.x && cat coverage/lcov.info | coveralls"
- "npm install coveralls@2 && cat coverage/lcov.info | coveralls"
matrix:
fast_finish: true
allow_failures:
- node_js: "0.11"
- node_js: "0.9"
- node_js: "iojs-v1.1"
- node_js: "iojs-v1.0"
notifications:
irc:
channels:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,8 +7,8 @@
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"test": "mocha test.js",
"watch": "mocha --watch test.js",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js"
"coverage": "istanbul cover _mocha -- test.js",
"test-travis": "istanbul cover _mocha --report lcovonly -- test.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 93c61cc

Please sign in to comment.