We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e57c4 commit ee14977Copy full SHA for ee14977
2 files changed
.travis.yml
@@ -1,3 +1,6 @@
1
language: node_js
2
node_js:
3
- 0.10
4
+
5
+before_script:
6
+ - npm -g install karma
package.json
@@ -24,6 +24,6 @@
24
"karma": "0.11.x"
25
},
26
"scripts": {
27
- "test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
+ "test": "karma start --single-run --browsers PhantomJS"
28
}
29
0 commit comments