1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
matomo-injector/.travis.yml
2017-08-27 20:40:21 +02:00

10 lines
No EOL
198 B
YAML

language: node_js
node_js:
- "node"
before_script:
- npm install -g jshint
- npm install -g web-ext
script:
- jshint js/
- web-ext lint --ignore-files --warnings-as-errors "libs/*" "*.sh"