mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 00:08:18 +08:00
6 lines
73 B
YAML
6 lines
73 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "0.10"
|
||
|
script:
|
||
|
npm run lint && npm test
|