mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 23:42:53 +08:00
8 lines
93 B
YAML
8 lines
93 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "0.10"
|
|
install: npm install
|
|
script:
|
|
- npm test
|