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

+ 2
- 2
.travis.yml View File

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