Merge branch 'master' into refactor/webpacks

This commit is contained in:
Gus Caplan
2017-12-02 15:11:44 -06:00
committed by GitHub
68 changed files with 1038 additions and 659 deletions

View File

@@ -24,12 +24,6 @@ else
SOURCE_TYPE="branch"
fi
# For Node != 8, do nothing
if [ "$TRAVIS_NODE_VERSION" != "8" ]; then
echo -e "\e[36m\e[1mBuild triggered with Node v${TRAVIS_NODE_VERSION} - doing nothing."
exit 0
fi
# Run the build
npm run docs
NODE_ENV=production npm run build:browser
@@ -87,4 +81,3 @@ git config user.name "Travis CI"
git config user.email "$COMMIT_AUTHOR_EMAIL"
git commit -m "Webpack build for ${SOURCE_TYPE} ${SOURCE}: ${SHA}" || true
git push $SSH_REPO $TARGET_BRANCH