diff --git a/.travis.yml b/.travis.yml index 23038278..7e2e6f5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ after_success: [ "$TRAVIS_REPO_SLUG" == "lhorie/mithril.js" ] then # Generate docs - $(npm-bin) run gendocs + npm run gendocs # Commit docs to gh-pages branch # Using --add to ensure that archived versions aren't lost