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-12-01 01:42:08 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2015-12-01 01:42:08 +0300
commit7a51248b784513acc07454fdf02e14c8d0c06309 (patch)
tree37d8df4ceb020113514ca4a80052cce051e6422f /.travis.yml
parent42c2ce58d153cba206753ce03b6836041d4f850f (diff)
Add node 4.x and 5.x to .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index fe65a7e..929d5ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,8 @@ language: node_js
node_js:
- "0.10"
- "0.12"
+ - "4"
+ - "5"
script:
- npm test