浏览代码

fixed script

Daniel Zlotin 8 年前
父节点
当前提交
bf8f7560e2
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      scripts/travis.sh

+ 1
- 2
scripts/travis.sh 查看文件

16
 
16
 
17
   duration=$SECONDS
17
   duration=$SECONDS
18
   echo "travis_fold:end:$name"
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
 run_f "yarn install"
22
 run_f "yarn install"