Ver código fonte

added clean step in travis

Daniel Zlotin 7 anos atrás
pai
commit
fbbd6ee8fd
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      scripts/travis.sh

+ 1
- 0
scripts/travis.sh Ver arquivo

@@ -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"