mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-27 09:50:52 -05:00
7 lines
No EOL
128 B
YAML
7 lines
No EOL
128 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
before_install: npm install -g grunt-cli
|
|
install: npm install
|
|
before_script:
|
|
- grunt dev |