Skip to content

Commit

Permalink
Update CI configs
Browse files Browse the repository at this point in the history
  • Loading branch information
edloidas committed Nov 11, 2015
1 parent 5a951fa commit 38be16a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# http://docs.travis-ci.com/user/languages/javascript-with-nodejs/

language: node_js
env: TRAVIS_CI=true
# whitelist

branches:
only:
- master
- dev
# except:
# - gh-pages

node_js:
- "4"
- "iojs"
- "stable"

script:
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ version: "{build}"
build: off
deploy: off

branches:
# except:
# - gh-pages

install:
- ps: Install-Product node $env:nodejs_version
- npm install

test_script:
- node --version
- npm --version
- npm --version
- ps: "npm test # PowerShell"
- cmd: "npm test"
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
"istanbul": "*"
},
"engines": {
"node": ">= 4.1.1",
"iojs": ">= 3.0.0",
"npm": ">= 2.14.4"
"node": ">= 5.0.0",
"npm": ">= 3.3.12"
}
}

0 comments on commit 38be16a

Please sign in to comment.