Skip to content

Commit

Permalink
Fix Travis.. travis doesn't know what 'hugo' is
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Nov 7, 2017
1 parent 76d2d73 commit 2476e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ install:
- export EMACS=/tmp/emacs/bin/emacs
- $EMACS --version
script:
- make doc EMACS=${EMACS} # Just ensure that "make doc" doesn't fail for any reason.. this is *not* used to do Org->Markdown doc conversion using Travis.
- make doc_md doc_gh EMACS=${EMACS} # Just ensure that "make doc_md" and "make doc_gh" don't fail for any reason.. this is *not* used to do Org->Markdown doc conversion using Travis.
- make test EMACS=${EMACS}
- make vcheck EMACS=${EMACS}
notifications:
Expand Down

0 comments on commit 2476e8b

Please sign in to comment.