Skip to content

Commit

Permalink
add make in front of clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Honeycutt committed Aug 14, 2017
1 parent 7fe3515 commit 62d3995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ before_install:
- sudo pip3 install sphinx_bootstrap_theme

env:
- COMMAND="clean && make html && make latexpdf && make epub"
- COMMAND="make clean && make html && make latexpdf && make epub"

deploy:
provider: releases
Expand Down

0 comments on commit 62d3995

Please sign in to comment.