Skip to content

Commit

Permalink
Merge pull request #82 from jupyterhub/rgbkrk-lts-greater
Browse files Browse the repository at this point in the history
Only support LTS and greater releases of node
  • Loading branch information
minrk authored Sep 30, 2016
2 parents a303b5a + 752c210 commit 530c5d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: node_js
sudo: false
node_js:
- "6"
- "5"
- "4"
- "0.12"
- "0.11"
- "0.10"
install:
- npm install -g codecov
- npm install
Expand Down

0 comments on commit 530c5d2

Please sign in to comment.