Permalink
...
Comparing changes
Open a pull request
- 1 commit
- 1 file changed
- 0 commit comments
- 1 contributor
Unified
Split
Showing
with
1 addition
and 1 deletion.
- +1 −1 .travis.yml
View
2
.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 | ||