mirror of
https://github.com/moparisthebest/mail
synced 2024-11-29 04:12:18 -05:00
add travis yml
This commit is contained in:
parent
4663969038
commit
6623379a2c
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "0.11"
|
||||||
|
- "0.10"
|
||||||
|
- "0.8"
|
||||||
|
before_script:
|
||||||
|
- npm install -g grunt-cli
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
- build@whiteout.io
|
Loading…
Reference in New Issue
Block a user