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)
before_deploy:
touch $TRAVIS_BUILD_DIR/doc/.nojekyll
mv $TRAVIS_BUILD_DIR/latex/refman.pdf $TRAVIS_BUILD_DIR/doc/PDF-documentation.pdf
touch doc/.nojekyll
mv latex/refman.pdf doc/PDF-documentation.pdf
deploy:
provider: pages