Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit a0fcc71

Browse files
authored
Merge pull request #437 from kazk/fix/eslint-version
Lock ESLint version to 3.19.0
2 parents e1cb669 + 3cd62bc commit a0fcc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node_js:
55
- "6"
66

77
install:
8-
- npm install -g eslint
8+
- npm install -g eslint@3.19.0
99

1010
services:
1111
- docker

0 commit comments

Comments
 (0)