mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-24 01:52:54 +08:00
15 lines
158 B
YAML
15 lines
158 B
YAML
language: node_js
|
|
sudo: false
|
|
|
|
node_js:
|
|
- "0.10"
|
|
- "0.11"
|
|
- "0.12"
|
|
- "iojs"
|
|
|
|
script: make test
|
|
|
|
notifications:
|
|
email:
|
|
- tomaz+travisci@tomaz.me
|