mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-12-29 01:32:06 +01:00
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
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 'node'
|
||||
|
||||
before_script:
|
||||
- npm install -g acorn
|
||||
script:
|
||||
- acorn user.js
|
||||
Reference in New Issue
Block a user