Pārlūkot izejas kodu

removed profiler

Daniel Zlotin 8 gadus atpakaļ
vecāks
revīzija
e76fd6beee
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0
    1
      scripts/travis.sh

+ 0
- 1
scripts/travis.sh Parādīt failu

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