Skip to content

Commit

Permalink
fix: drop Node.js v4 from test suit
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jul 11, 2017
1 parent b1409e3 commit 6eceb89
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
@@ -1,12 +1,10 @@
language: node_js
node_js:
- 7
- node
- 8
- 6
- 5
- 4
before_install:
- npm config set depth 0
- npm install --global npm@latest
notifications:
email: false
sudo: false
Expand Down

0 comments on commit 6eceb89

Please sign in to comment.