Clean .travis.yml file

This commit is contained in:
Crayon2000 2017-12-01 10:56:05 -05:00
parent 84bbe11294
commit 7879fe81e2

View file

@ -33,8 +33,8 @@ script:
- (cd latex && make) - (cd latex && make)
before_deploy: before_deploy:
touch $TRAVIS_BUILD_DIR/doc/.nojekyll touch doc/.nojekyll
mv $TRAVIS_BUILD_DIR/latex/refman.pdf $TRAVIS_BUILD_DIR/doc/PDF-documentation.pdf mv latex/refman.pdf doc/PDF-documentation.pdf
deploy: deploy:
provider: pages provider: pages