From d151f03a561cd43528334e7644b79d5461405894 Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Fri, 24 Mar 2017 15:43:59 -0700 Subject: [PATCH] chore: fix up some travis failures --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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