From c0ac1b96a5856c9ae6a4fdd028f1bb89593f723a Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Wed, 17 Jan 2018 17:03:40 -0800 Subject: [PATCH] fix travis "before script" script Signed-off-by: Christopher Hiller --- scripts/travis-before-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-before-script.sh b/scripts/travis-before-script.sh index 19ebc4b13b..04a8d0c99f 100755 --- a/scripts/travis-before-script.sh +++ b/scripts/travis-before-script.sh @@ -4,4 +4,4 @@ mkdir -p .karma # ensure we are building a non-broken bundle for AMD -npm start build.mochajs && [[ -z "$(grep 'define.amd' mocha.js)" ]] || exit 1 +npm start build && [[ -z "$(grep 'define.amd' mocha.js)" ]] || exit 1