瀏覽代碼

print cpu info

Daniel Zlotin 7 年之前
父節點
當前提交
b274f12ef5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      scripts/travis.sh

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

@@ -19,6 +19,7 @@ run_f () {
19 19
   echo -e "${green}\t\t\t --> $(($duration / 60)) minutes and $(($duration % 60)) seconds ${nocolor}\n"
20 20
 }
21 21
 
22
+run_f "sysctl -n machdep.cpu.brand_string"
22 23
 run_f "yarn install"
23 24
 run_f "yarn run test-js"
24 25
 run_f "yarn run test-android"