Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ewald <johannes.ewald@peerigon.com>2015-02-10 01:59:27 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2015-02-10 01:59:27 +0300
commit02a15ea0eeaa4059535abad14d15e20df82feea4 (patch)
tree0328276c09ea05af16564b27c79421eb823d7bdc /.travis.yml
parent624d9e76a309de79e157a5e868e3ba3f9bc6f823 (diff)
Add node 0.12 to .travis.ymlv2.2.0
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 008cd06..fe65a7e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,11 @@
language: node_js
node_js:
- "0.10"
- - "0.11"
+ - "0.12"
script:
- npm test
after_success:
- npm install -g istanbul
- npm install coveralls
- - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage \ No newline at end of file
+ - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage