Skip to content

Commit 38a0ea1

Browse files
committed
fix broken travis.yml file
1 parent 6ca770f commit 38a0ea1

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
@@ -31,8 +31,8 @@ before_script:
3131
# copy to src folder
3232
- mv doc/manual/spatialmath.pdf spatialmath-`cat ./RELEASE`.pdf
3333
## 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
34+
- echo "% Spatial Math Toolbox for MATLAB" > Contents.m
35+
- echo "% Version " `cat RELEASE` `date "+%e-%b-%G"` >> Contents.m
3636

3737
script:
3838
# run the unit tests with MATLAB on Travis cloud

0 commit comments

Comments
 (0)