add travis

This commit is contained in:
2016-02-20 05:05:07 +01:00
parent 2d4b445377
commit cfcf49b154
28 changed files with 4963 additions and 0 deletions

11
test/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "testpackage",
"version": "1.0.0",
"description": "some test",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Lossless GmbH",
"license": "MIT"
}