Permalink
...
Comparing changes
Open a pull request
- 1 commit
- 1 file changed
- 0 commit comments
- 1 contributor
Unified
Split
Showing
with
8 additions
and 1 deletion.
- +8 −1 .travis.yml
View
9
.travis.yml
| @@ -8,11 +8,18 @@ before_install: | ||
| - sudo pip3 install sphinx | ||
| - sudo pip3 install sphinx_bootstrap_theme | ||
| -enenv: | ||
| +env: | ||
| matrix: | ||
| - COMMAND="make clean && make html" | ||
| - COMMAND="make clean && make latexpdf" | ||
| - COMMAND="make clean && make epub" | ||
| + | ||
| +deploy: | ||
| + provider: script | ||
| + skip_cleanup: true | ||
| + script: rsync -r --delete-after --quiet $TRAVIS_BUILD_DIR/ aaron@23.92.28.147:/home/aaron/ | ||
| + on: | ||
| + branch: kubuntu-16.04-LTS | ||
| notifications: | ||
| email: | ||