mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-23 09:26:51 -05:00
6 lines
120 B
YAML
6 lines
120 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "0.10"
|
||
|
before_install: npm install -g grunt-cli
|
||
|
install: npm install
|
||
|
before_script: grunt
|