Skip to content

Commit 78f0d8f

Browse files
committed
fix: use Node v8 (fixes gajus#177)
1 parent c59a05d commit 78f0d8f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: node_js
22
node_js:
3-
- 7
4-
- 6
5-
- 5
3+
- 8
64
script:
75
- npm run lint
86
- npm run build

0 commit comments

Comments
 (0)