mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-22 10:23:56 +00:00
8 lines
104 B
YAML
8 lines
104 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "node"
|
||
|
before_script:
|
||
|
- npm install -g acorn
|
||
|
script:
|
||
|
- acorn user.js
|