Kaynağa Gözat

removed profiler

Daniel Zlotin 8 yıl önce
ebeveyn
işleme
e76fd6beee
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0
    1
      scripts/travis.sh

+ 0
- 1
scripts/travis.sh Dosyayı Görüntüle

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