diff --git a/.travis.yml b/.travis.yml index 4bd4423..dce48b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ node_js: - "node" script: - - npm run jshint - - npm run webext_lint - - npm run htmllint \ No newline at end of file + - yarn run eslint + - yarn run webext_lint + - yarn run htmllint