mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2024-10-01 06:35:47 -04: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
|