Skip to content

Commit

Permalink
remove version from PDF filename
Browse files Browse the repository at this point in the history
  • Loading branch information
petercorke committed Feb 23, 2020
1 parent 3c0e95c commit c936ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ before_script:
# see https://hub.docker.com/r/dxjoke/tectonic-docker
- docker run --mount src=$TRAVIS_BUILD_DIR/doc/manual,target=/usr/src/tex,type=bind dxjoke/tectonic-docker /bin/sh -c "tectonic robot.tex"
# rename PDF and copy to src folder
- mv doc/manual/robot.pdf ./robot-`cat ./RELEASE`.pdf
- mv doc/manual/robot.pdf ./robot.pdf

script:
# run the unit tests with MATLAB on Travis cloud
Expand Down

0 comments on commit c936ac6

Please sign in to comment.