Daniel Zlotin hace 8 años
padre
commit
582b326bdf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      .travis.yml

+ 2
- 2
.travis.yml Ver fichero

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