Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 8c267ea

Browse files
authored
chore: drop Node 4 support, test Node 8-10
BREAKING CHANGE: From this release, Gavel.js is not tested on Node 4 anymore. Node 4 end of life is April 2018.
1 parent 7a74a57 commit 8c267ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
sudo: false
22
language: "node_js"
33
node_js:
4-
- "4"
54
- "6"
5+
- "8"
6+
- "10"
67
env:
78
global:
89
# GH_TOKEN and NPM_TOKEN encrypted by 'travis encrypt' utility

0 commit comments

Comments
 (0)