We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f01b76 commit e63457eCopy full SHA for e63457e
.travis.yml
@@ -22,7 +22,7 @@ install:
22
script:
23
# Use Chromium instead of Chrome.
24
- export CHROME_BIN=chromium-browser
25
- - npm lint
+ - npm run lint
26
- xvfb-run -a npm run test -- --no-progress --watch false --code-coverage --browsers ChromeNoSandbox
27
- xvfb-run -a npm run e2e
28
- npm run coverage
0 commit comments