Skip to content

Commit b34f7f6

Browse files
committed
CI test command fix.
1 parent 6d3dd5e commit b34f7f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ before_script:
1010
- export DISPLAY=:99.0
1111
- sh -e /etc/init.d/xvfb start
1212
script:
13-
- npm test
13+
- grunt test
1414
- grunt coveralls || true

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"jit-grunt": "^0.8.0"
4545
},
4646
"scripts": {
47-
"test": "node node_modules/grunt-cli/bin/grunt test"
47+
"test": "grunt test"
4848
},
4949
"dependencies": {
5050
"observe-js": "^0.1.0",

0 commit comments

Comments
 (0)