Skip to content

Commit 230b281

Browse files
committed
Add travis
1 parent 03d37d6 commit 230b281

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
language: node_js

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"description": "A karma middleware for 'git-http-backend'",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"test": "echo \"No tests\""
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/isomorphic-git/karma-git-http-server-middleware.git"
11+
"url": "https://github.com/isomorphic-git/karma-git-http-server-middleware.git"
1212
},
1313
"keywords": [
1414
"karma-plugin",

0 commit comments

Comments
 (0)