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
Lukas Winkler 12552a6786 add travis
2017-08-27 20:20:57 +02:00

10 lines
No EOL
145 B
YAML

language: node_js
node_js:
- "node"
before_script:
- npm install -g jshint
- npm install -g web-ext
script:
- jshint js/
- webext lint