mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
5 lines
73 B
YAML
5 lines
73 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
script:
|
|
npm run lint && npm test
|