We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5609000 commit 5020fecCopy full SHA for 5020fec
.travis.yml
@@ -0,0 +1,3 @@
1
+language: node_js
2
+node_js:
3
+ - "stable"
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"start": "./node_modules/.bin/gulp server",
8
"prepublish": "./node_modules/.bin/babel ./src --out-dir ./lib",
9
- "test": "./node_modules/.bin/karma run"
+ "test": "./node_modules/.bin/karma start --single-run"
10
},
11
"repository": {
12
"type": "git",
0 commit comments