Skip to content

Commit a8eb521

Browse files
committed
Chore: update travis
1 parent 25c2945 commit a8eb521

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ node_js:
88

99
env:
1010
- ESLINT_VERSION=^4.19.1
11+
- ESLINT_VERSION=^5.0.0
1112

1213
before_script:
1314
- npm i --no-save eslint@$ESLINT_VERSION; true
1415

1516
script:
16-
- if [ $ESLINT_VERSION = ^4.19.1 ]; then npm run lint; fi
17+
- if [ $ESLINT_VERSION = ^5.0.0 ]; then npm run lint; fi
1718
- npm test
1819

1920
after_success:
@@ -30,5 +31,5 @@ deploy:
3031
on:
3132
branch: master
3233
node: "10"
33-
condition: $ESLINT_VERSION = ^4.19.1
34+
condition: $ESLINT_VERSION = ^5.0.0
3435
skip-cleanup: true

0 commit comments

Comments
 (0)