mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-02-22 15:01:15 +01:00
9 lines
114 B
YAML
9 lines
114 B
YAML
language: node_js
|
|
node_js:
|
|
- 'node'
|
|
|
|
before_script:
|
|
- npm install -g acorn
|
|
script:
|
|
- acorn --silent user.js
|