We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0e95c commit c936ac6Copy full SHA for c936ac6
.travis.yml
@@ -43,7 +43,7 @@ before_script:
43
# see https://hub.docker.com/r/dxjoke/tectonic-docker
44
- docker run --mount src=$TRAVIS_BUILD_DIR/doc/manual,target=/usr/src/tex,type=bind dxjoke/tectonic-docker /bin/sh -c "tectonic robot.tex"
45
# rename PDF and copy to src folder
46
- - mv doc/manual/robot.pdf ./robot-`cat ./RELEASE`.pdf
+ - mv doc/manual/robot.pdf ./robot.pdf
47
48
script:
49
# run the unit tests with MATLAB on Travis cloud
0 commit comments