Skip to content

Commit

Permalink
fix broken travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
petercorke committed May 3, 2020
1 parent 6ca770f commit 38a0ea1
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 @@ -31,8 +31,8 @@ before_script:
# copy to src folder
- mv doc/manual/spatialmath.pdf spatialmath-`cat ./RELEASE`.pdf
## build a minimalist Contents.m file
echo "% Spatial Math Toolbox for MATLAB" > Contents.m
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

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

0 comments on commit 38a0ea1

Please sign in to comment.