Skip to content

Commit

Permalink
ci: include node 8 in build
Browse files Browse the repository at this point in the history
This is a simple bump to check if the node 4 run is currently broken through deps packages that don't support node 4
  • Loading branch information
markwhitfeld committed Apr 29, 2022
1 parent 457f5b7 commit 7e49ff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ language: node_js
node_js:
- '4'
- '6'
- '8'

before_install:
- npm install
Expand Down

0 comments on commit 7e49ff5

Please sign in to comment.