Browse Source

trying source

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

+ 1
- 3
.travis.yml View File

20
 install:
20
 install:
21
   #- npm i -g yarn
21
   #- npm i -g yarn
22
   #- yarn
22
   #- yarn
23
-  - ./scripts/installAndroidSDK.sh
24
-  - export ANDROID_HOME=$HOME/android-sdk-linux
25
-  - export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
23
+  - source ./scripts/installAndroidSDK.sh
26
 
24
 
27
 script:
25
 script:
28
   #- npm run test
26
   #- npm run test