Sfoglia il codice sorgente

print system_profiler

Daniel Zlotin 8 anni fa
parent
commit
cce1ce5c02
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      scripts/travis.sh

+ 1
- 0
scripts/travis.sh Vedi File

@@ -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 "system_profiler"
22 23
 run_f "yarn install"
23 24
 run_f "yarn run test-js"
24 25
 run_f "yarn run test-android"