Skip to content

Commit

Permalink
Revert "fix travis "before script" script"
Browse files Browse the repository at this point in the history
This reverts commit c0ac1b9.
  • Loading branch information
boneskull committed Jan 18, 2018
1 parent c0ac1b9 commit 2fe2d01
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 && [[ -z "$(grep 'define.amd' mocha.js)" ]] || exit 1
npm start build.mochajs && [[ -z "$(grep 'define.amd' mocha.js)" ]] || exit 1

0 comments on commit 2fe2d01

Please sign in to comment.