Daniel Zlotin 8 years ago
parent
commit
c11d02be20
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .travis.yml

+ 2
- 2
.travis.yml View File

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