Sfoglia il codice sorgente

added clean step in travis

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

+ 1
- 0
scripts/travis.sh Vedi File

20
 }
20
 }
21
 
21
 
22
 run_f "yarn install"
22
 run_f "yarn install"
23
+run_f "yarn run clean"
23
 run_f "yarn run test-js"
24
 run_f "yarn run test-js"
24
 run_f "yarn run test-unit-android -- release"
25
 run_f "yarn run test-unit-android -- release"
25
 run_f "yarn run test-unit-ios -- release"
26
 run_f "yarn run test-unit-ios -- release"