Skip to content

Commit e63457e

Browse files
committed
ci: fix lint command
1 parent 9f01b76 commit e63457e

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
@@ -22,7 +22,7 @@ install:
2222
script:
2323
# Use Chromium instead of Chrome.
2424
- export CHROME_BIN=chromium-browser
25-
- npm lint
25+
- npm run lint
2626
- xvfb-run -a npm run test -- --no-progress --watch false --code-coverage --browsers ChromeNoSandbox
2727
- xvfb-run -a npm run e2e
2828
- npm run coverage

0 commit comments

Comments
 (0)