mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
9 lines
111 B
YAML
9 lines
111 B
YAML
language: node_js
|
|
node_js:
|
|
0.12.7
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
script:
|
|
grunt default
|
|
|