Browse Source

print cpu info

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

+ 1
- 0
scripts/travis.sh View File

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 "sysctl -n machdep.cpu.brand_string"
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"