Skip to content

Commit

Permalink
ci(test): dont test on node 4
Browse files Browse the repository at this point in the history
node 4 is old and doesnt support some features we are using
  • Loading branch information
patrickleet committed Apr 25, 2018
1 parent 22be2b2 commit 47d8388
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,6 @@ node_js:
- '9'
- '8'
- '6'
- '4'
install:
- npm install
- npm install -g codecov
Expand Down

0 comments on commit 47d8388

Please sign in to comment.