We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca770f commit 38a0ea1Copy full SHA for 38a0ea1
.travis.yml
@@ -31,8 +31,8 @@ before_script:
31
# copy to src folder
32
- mv doc/manual/spatialmath.pdf spatialmath-`cat ./RELEASE`.pdf
33
## build a minimalist Contents.m file
34
-echo "% Spatial Math Toolbox for MATLAB" > Contents.m
35
-echo "% Version " `cat RELEASE` `date "+%e-%b-%G"` >> Contents.m
+ - echo "% Spatial Math Toolbox for MATLAB" > Contents.m
+ - echo "% Version " `cat RELEASE` `date "+%e-%b-%G"` >> Contents.m
36
37
script:
38
# run the unit tests with MATLAB on Travis cloud
0 commit comments