mirror of
https://github.com/mupen64plus-ae/acralyzer.git
synced 2024-11-23 05:29:42 +00:00
9 lines
120 B
YAML
9 lines
120 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.8
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
- npm install
|
|
script:
|
|
- grunt jshint
|