Explorar el Código

added clean step in travis

Daniel Zlotin hace 7 años
padre
commit
fbbd6ee8fd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      scripts/travis.sh

+ 1
- 0
scripts/travis.sh Ver fichero

@@ -20,6 +20,7 @@ run_f () {
20 20
 }
21 21
 
22 22
 run_f "yarn install"
23
+run_f "yarn run clean"
23 24
 run_f "yarn run test-js"
24 25
 run_f "yarn run test-unit-android -- release"
25 26
 run_f "yarn run test-unit-ios -- release"