Browse Source

added clean step in travis

Daniel Zlotin 7 years ago
parent
commit
fbbd6ee8fd
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      scripts/travis.sh

+ 1
- 0
scripts/travis.sh View File

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