Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 1 commit
  • 1 file changed
  • 0 commit comments
  • 1 contributor
Commits on Jun 10, 2017
Aaron Honeycutt
Showing with 8 additions and 1 deletion.
  1. +8 −1 .travis.yml
View
@@ -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:

No commit comments for this range