Run client tests in travis too

This commit is contained in:
Arlo Breault 2016-03-14 18:16:51 -07:00
parent 3339b9f172
commit 9867730e34
2 changed files with 49 additions and 13 deletions

22
proxy/package.json Normal file
View file

@ -0,0 +1,22 @@
{
"name": "snowflake-pt",
"version": "0.0.0-git",
"description": "WebRTC Pluggable Transport",
"main": "snowflake.coffee",
"directories": {
"test": "test"
},
"scripts": {
"test": "cake test",
"lint": "cake lint"
},
"author": "Serene Han",
"license": "BSD-3-Clause",
"devDependencies": {
"coffeelint": "^1.15.0",
"jasmine": "^2.4.1"
},
"dependencies": {
"coffee-script": "^1.10.0"
}
}