From 38a0ea11065e14452214aa49feeef0bb90e72494 Mon Sep 17 00:00:00 2001 From: Peter Corke Date: Sun, 3 May 2020 21:13:18 +1000 Subject: [PATCH] fix broken travis.yml file --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 093f516..d62629e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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