Skip to content

Commit e1ab4b2

Browse files
committed
Chore: modify travis.yml
1 parent 594248c commit e1ab4b2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
sudo: false
2+
23
language: node_js
34
node_js:
45
- "4"
56
- "6"
67
- "8"
8+
9+
env:
10+
- ESLINT_VERSION=3
11+
- ESLINT_VERSION=4
12+
13+
cache:
14+
directories:
15+
- node_modules
16+
17+
before_script:
18+
- npm i --no-save eslint@$ESLINT_VERSION; true
19+
720
after_success:
821
- npm run codecov

0 commit comments

Comments
 (0)