Skip to content

Commit 5020fec

Browse files
author
kiran
committed
Added travis ci config
1 parent 5609000 commit 5020fec

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: node_js
2+
node_js:
3+
- "stable"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start": "./node_modules/.bin/gulp server",
88
"prepublish": "./node_modules/.bin/babel ./src --out-dir ./lib",
9-
"test": "./node_modules/.bin/karma run"
9+
"test": "./node_modules/.bin/karma start --single-run"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)