Skip to content

Commit f5f56fa

Browse files
committed
Remove Node 4 from Travis
1 parent bb837b9 commit f5f56fa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/node_modules
2+
/yarn.lock
23
/?.js

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22

33
node_js:
4-
- "4"
54
- "6"
65
- "8"
76
- "10"

0 commit comments

Comments
 (0)