Daniel Zlotin 8 anni fa
parent
commit
582b326bdf
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      .travis.yml

+ 2
- 2
.travis.yml Vedi File

@@ -15,12 +15,12 @@ cache:
15 15
 
16 16
 before_install:
17 17
   - set -e
18
-  - ./scripts/clean
18
+  - scripts/clean
19 19
 
20 20
 install:
21 21
   #- npm i -g yarn
22 22
   #- yarn
23
-  - ./scripts/installAndroidSDK
23
+  - scripts/installAndroidSDK
24 24
 
25 25
 script:
26 26
   - npm run test