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

10 lines
209 B
YAML
Raw Normal View History

2017-08-27 20:20:57 +02:00
language: node_js
node_js:
- "node"
before_script:
- npm install -g jshint
- npm install -g web-ext
script:
- jshint js/
2017-09-01 20:29:30 +02:00
- web-ext lint --warnings-as-errors --ignore-files "libs/*" "docs/" "**/*.sh"