Daniel Zlotin 7 år sedan
förälder
incheckning
bf8f7560e2
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1
    2
      scripts/travis.sh

+ 1
- 2
scripts/travis.sh Visa fil

@@ -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"