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>2017-11-11 04:48:54 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2017-11-11 05:04:37 +0300
commitec2175b17bd1f2ecdb479c66fab8a01666d6da3a (patch)
tree9b06934df193875f41dfc9400a352acd3183eb2a /.travis.yml
parentb6cc4071f67d47596901c01506eeeff138ab059e (diff)
Update .travis.yml
Remove unsupported node versions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 2b15e35..5f98a89 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,9 @@
language: node_js
node_js:
- - "0.10"
- - "0.12"
- "4"
- - "5"
- "6"
+ - "8"
+ - "9"
script:
- npm test