mirror of
https://github.com/HackPlan/google-auth-library-nodejs.git
synced 2026-01-12 17:02:33 +08:00
14 lines
163 B
YAML
14 lines
163 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
- "0.12"
|
|
- "iojs"
|
|
- "4"
|
|
- "6"
|
|
script:
|
|
- npm test
|
|
- npm run lint
|
|
after_success:
|
|
- npm run coveralls
|