We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c528c5 commit b3607b2Copy full SHA for b3607b2
.travis.yml
@@ -45,8 +45,8 @@ before_script:
45
# rename PDF and copy to src folder
46
- mv doc/manual/robot.pdf ./robot.pdf
47
## 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
+ - echo "% Robotics Toolbox for MATLAB" > Contents.m
+ - echo "% Version " `cat RELEASE` `date "+%e-%b-%G"` >> Contents.m
50
51
script:
52
# run the unit tests with MATLAB on Travis cloud
0 commit comments