fix travis

This commit is contained in:
Hrvoje Šimić
2014-09-12 11:33:42 +02:00
parent 3c8c9f3623
commit 2af11aa060
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "Play audio files by shelling out to available audio tool.",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha tests.js"
"test": "export PATH=$PATH:./shims && node_modules/.bin/mocha tests.js"
},
"repository": {
"type": "git",
Executable
View File