From 9f14dc0d395b3e37297f2622d6938bb5cc23b141 Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Sun, 13 Oct 2013 09:41:02 +0300 Subject: [PATCH] Fix Travis CI Bower --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 55e35cb2..ebe4af50 100755 --- a/package.json +++ b/package.json @@ -14,8 +14,7 @@ }, "scripts": { "start": "node node_modules/grunt-cli/bin/grunt", - "test": "node node_modules/grunt-cli/bin/grunt test", - "postinstall": "bower install" + "test": "node node_modules/grunt-cli/bin/grunt test" }, "dependencies": { "express": "latest",