Permalink
Browse files
add make in front of clean
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
.travis.yml
|
|
@@ -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
|
|
|
|
0 comments on commit
62d3995