We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6dee4 commit 31645ceCopy full SHA for 31645ce
.travis.yml
@@ -31,7 +31,7 @@ after_success:
31
- export GIT_COMMITTER_EMAIL=$GIT_EMAIL
32
- export GIT_AUTHOR_NAME=$GIT_NAME
33
- export GIT_AUTHOR_EMAIL=$GIT_EMAIL
34
- - (cd doc/; pdftotext jmanual.pdf; mv jmanual.txt jmanual.txt.bak; make; pdftotext jmanual.pdf)
+ - (cd doc/; pdftotext jmanual.pdf; mv jmanual.txt jmanual.txt.old; make; pdftotext jmanual.pdf)
35
- (cd doc/; make html)
36
- cd doc
37
- if [ "$TRAVIS_BRANCH" == "master" ]; then diff jmanual.txt jmanual.txt.old || (git add -f *.pdf *.dvi; git commit -m "add documents for $TRAVIS_COMMIT"); fi
0 commit comments