瀏覽代碼

print system_profiler

Daniel Zlotin 8 年之前
父節點
當前提交
cce1ce5c02
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      scripts/travis.sh

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

19
   echo -e "${green}\t\t\t --> $(($duration / 60)) minutes and $(($duration % 60)) seconds ${nocolor}\n"
19
   echo -e "${green}\t\t\t --> $(($duration / 60)) minutes and $(($duration % 60)) seconds ${nocolor}\n"
20
 }
20
 }
21
 
21
 
22
+run_f "system_profiler"
22
 run_f "yarn install"
23
 run_f "yarn install"
23
 run_f "yarn run test-js"
24
 run_f "yarn run test-js"
24
 run_f "yarn run test-android"
25
 run_f "yarn run test-android"