Skip to content

Commit

Permalink
fix travis "before script" script
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Jan 18, 2018
1 parent cc4a818 commit c0ac1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis-before-script.sh
Expand Up @@ -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

0 comments on commit c0ac1b9

Please sign in to comment.