Skip to content

Commit 429e4bb

Browse files
committed
Chore: fix .travis.yml
1 parent d97ec74 commit 429e4bb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@ sudo: false
22

33
language: node_js
44
node_js:
5-
- "4"
65
- "6"
76
- "8"
7+
- "10"
88

99
env:
10-
- ESLINT_VERSION=4
11-
- ESLINT_VERSION=4.7
10+
- ESLINT_VERSION=^4.19.1
1211

1312
before_script:
1413
- npm i --no-save eslint@$ESLINT_VERSION; true
1514

1615
script:
17-
- if [ $ESLINT_VERSION = 4 ]; then npm run lint; fi
16+
- if [ $ESLINT_VERSION = ^4.19.1 ]; then npm run lint; fi
1817
- npm test
1918

2019
after_success:

0 commit comments

Comments
 (0)