Browse Source

fixed script

Daniel Zlotin 7 years ago
parent
commit
bf8f7560e2
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      scripts/travis.sh

+ 1
- 2
scripts/travis.sh View File

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