Skip to content

Commit

Permalink
fix bug related to Contents.m file
Browse files Browse the repository at this point in the history
  • Loading branch information
petercorke committed May 23, 2020
1 parent 6c528c5 commit b3607b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ before_script:
# rename PDF and copy to src folder
- mv doc/manual/robot.pdf ./robot.pdf
## build a minimalist Contents.m file
echo "% Robotics Toolbox for MATLAB" > Contents.m
echo "% Version " `cat RELEASE` `date "+%e-%b-%G"` >> Contents.m
- echo "% Robotics Toolbox for MATLAB" > Contents.m
- echo "% Version " `cat RELEASE` `date "+%e-%b-%G"` >> Contents.m

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

0 comments on commit b3607b2

Please sign in to comment.