From ee0fae2863ecfdb5cfdb5b3e4a4849b9160cc3a3 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Tue, 17 Mar 2015 02:25:44 -0700 Subject: [PATCH] chore(travis): fix npm install for example app --- scripts/test_on_sauce.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test_on_sauce.sh b/scripts/test_on_sauce.sh index e4f8b9c..bf40b58 100755 --- a/scripts/test_on_sauce.sh +++ b/scripts/test_on_sauce.sh @@ -2,10 +2,10 @@ SCRIPT_DIR=$(dirname $0) # install deps for this example -cd ../examples/angular-1/confirm-unsaved +cd ./examples/angular-1/confirm-unsaved npm install -cd $SCRIPT_DIR/.. +cd $SCRIPT_DIR function killServer { kill $serverPid