Skip to content

Commit 530c5d2

Browse files
authored
Merge pull request #82 from jupyterhub/rgbkrk-lts-greater
Only support LTS and greater releases of node
2 parents a303b5a + 752c210 commit 530c5d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: node_js
22
sudo: false
33
node_js:
4+
- "6"
45
- "5"
56
- "4"
6-
- "0.12"
7-
- "0.11"
8-
- "0.10"
97
install:
108
- npm install -g codecov
119
- npm install

0 commit comments

Comments
 (0)