Skip to content

Commit

Permalink
remove node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jpage-godaddy committed Jul 16, 2019
1 parent e1e05c9 commit 555b4d7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ language: node_js
matrix:
fast_finish: true
include:
- node_js: "7"
- node_js: "6"
- node_js: "4"
- node_js: '10'
- node_js: '8'
- node_js: '6'

before_install:
npm i -g npm@3
before_install: npm i -g npm@6

0 comments on commit 555b4d7

Please sign in to comment.