mirror of
https://github.com/Modernizr/Modernizr.git
synced 2026-01-09 15:47:55 -05:00
remove grunt-suacelabs from the gh pages build to stop large file emails (#1994)
This commit is contained in:
@@ -11,6 +11,9 @@ before_script:
|
||||
- if [ "${TRAVIS_NODE_VERSION}" = "0.12" ] && [ "${TRAVIS_REPO_SLUG}" = "modernizr-savage/Modernizr" ]; then export BROWSER_COVERAGE=true; fi
|
||||
after_success:
|
||||
- |
|
||||
# Remove grunt-saucelabs since we don't use it on GH Pages, and it complains
|
||||
# about large files in the repo from this module
|
||||
npm uninstall --force grunt-saucelabs
|
||||
# Automatically update the content from the `gh-pages` branch
|
||||
$(npm bin)/update-branch --commands "grunt copy:gh-pages" \
|
||||
--commit-message "Hey server, this content is for you! [skip ci]" \
|
||||
|
||||
Reference in New Issue
Block a user