Skip to content

Commit 9c377c5

Browse files
authored
Upgrade eslint (#10)
* Upgrade eslint * Drop support for unmaintained node versions
1 parent 461ec3b commit 9c377c5

File tree

3 files changed

+1074
-2
lines changed

3 files changed

+1074
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3-
- '4'
3+
- '8'
4+
- '10'
45
script:
56
- node_modules/.bin/eslint .

0 commit comments

Comments
 (0)