Daniel Zlotin hace 7 años
padre
commit
bf8f7560e2
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1
    2
      scripts/travis.sh

+ 1
- 2
scripts/travis.sh Ver fichero

@@ -16,8 +16,7 @@ run_f () {
16 16
 
17 17
   duration=$SECONDS
18 18
   echo "travis_fold:end:$name"
19
-  echo -e "${green}\t\t\t --> $(($duration / 60)) minutes and $(($duration % 60)) seconds ${nocolor}"
20
-  echo "\n"
19
+  echo -e "${green}\t\t\t --> $(($duration / 60)) minutes and $(($duration % 60)) seconds ${nocolor}\n"
21 20
 }
22 21
 
23 22
 run_f "yarn install"