Get under CI

- add travis file
- add browserify dev dependency

Conflicts:
	package.json
This commit is contained in:
Casey Watson 2015-06-01 13:29:40 -06:00 committed by Mike Girard
parent baf31aa9f3
commit cfaa233542
2 changed files with 10 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "iojs"
- "iojs-v1.0.4"

View File

@ -12,6 +12,9 @@
"xmpp",
"browser"
],
"scripts": {
"test": "make compile"
},
"author": "",
"readmeFilename": "README.md",
"//": "Callstats.io does not work with recent versions of jsSHA (2.0.1 in particular)",