Skip to content

Commit b3607b2

Browse files
committed
fix bug related to Contents.m file
1 parent 6c528c5 commit b3607b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ before_script:
4545
# rename PDF and copy to src folder
4646
- mv doc/manual/robot.pdf ./robot.pdf
4747
## build a minimalist Contents.m file
48-
echo "% Robotics Toolbox for MATLAB" > Contents.m
49-
echo "% Version " `cat RELEASE` `date "+%e-%b-%G"` >> Contents.m
48+
- echo "% Robotics Toolbox for MATLAB" > Contents.m
49+
- echo "% Version " `cat RELEASE` `date "+%e-%b-%G"` >> Contents.m
5050

5151
script:
5252
# run the unit tests with MATLAB on Travis cloud

0 commit comments

Comments
 (0)