We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3dd5e commit b34f7f6Copy full SHA for b34f7f6
.travis.yml
@@ -10,5 +10,5 @@ before_script:
10
- export DISPLAY=:99.0
11
- sh -e /etc/init.d/xvfb start
12
script:
13
- - npm test
+ - grunt test
14
- grunt coveralls || true
package.json
@@ -44,7 +44,7 @@
44
"jit-grunt": "^0.8.0"
45
},
46
"scripts": {
47
- "test": "node node_modules/grunt-cli/bin/grunt test"
+ "test": "grunt test"
48
49
"dependencies": {
50
"observe-js": "^0.1.0",
0 commit comments