chore: fix up some travis failures
This commit is contained in:
parent
33aa1fa735
commit
d151f03a56
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ after_success:
|
||||||
[ "$TRAVIS_REPO_SLUG" == "lhorie/mithril.js" ]
|
[ "$TRAVIS_REPO_SLUG" == "lhorie/mithril.js" ]
|
||||||
then
|
then
|
||||||
# Generate docs
|
# Generate docs
|
||||||
$(npm-bin) run gendocs
|
npm run gendocs
|
||||||
|
|
||||||
# Commit docs to gh-pages branch
|
# Commit docs to gh-pages branch
|
||||||
# Using --add to ensure that archived versions aren't lost
|
# Using --add to ensure that archived versions aren't lost
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue