Skip to content

Commit 1e48e1c

Browse files
JaKXztimche
authored andcommitted
remove node 5 in travis.yml (#143)
Since Node 5 is past its useful life, speed up the build process by just specifying LTS versions 4 and 6. * Remove sudo: false from .travis * Remove whitespace
1 parent 19e967e commit 1e48e1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22
node_js:
33
- "6"
4-
- "5"
54
- "4"
65
script:
76
- npm run lint

0 commit comments

Comments
 (0)