1
0
mirror of synced 2025-02-03 21:59:24 +03:00

Add travis

Travis can't be enabled unless we put a minimal file on the `master`
branch.
This commit is contained in:
Kevin Brown 2014-08-28 20:02:44 -04:00
parent 792133ce5c
commit a25883c659

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: node_js
node_js:
- 0.10
script:
- grunt compile test
notifications:
email: false