thunderbird-user.js/.travis.yml
Samuel FORESTIER d78aa86ede Project take over !
* First changes for v68.0 Thunderbird  version
* Adds CI to automatically lint the `user.js` script
* Updates links due to repository transfer
2019-11-24 11:59:26 +01:00

9 lines
105 B
YAML

language: node_js
node_js:
- 'node'
before_script:
- npm install -g acorn
script:
- acorn user.js