Skip to content

Commit

Permalink
Travis: Change remote repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ananjaser1211 committed Sep 14, 2018
1 parent 8d775ad commit 9976689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_script:
-O $HOME/twrp.tar.xz
- tar -xJf twrp.tar.xz --directory $HOME/twrp/ && rm twrp.tar.xz
script:
- cd $HOME/twrp/ && git clone https://github.com/ananjaser1211/android_device_samsung_j7y17lte.git device/samsung/j7y17lte
- cd $HOME/twrp/ && git clone https://github.com/devkingsteam/android_device_samsung_j7y17lte.git device/samsung/j7y17lte
- rm -rf prebuilts/clang/host/linux-x86 && git clone https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86 prebuilts/clang/host/linux-x86 -b android-7.0.0_r21 --depth=1
- rm -rf bootable/recovery && git clone https://github.com/omnirom/android_bootable_recovery.git bootable/recovery --depth=1
- |
Expand All @@ -35,7 +35,7 @@ deploy:
file: $HOME/twrp/TWRP-*
on:
tags: false
repo: ananjaser1211/android_device_samsung_j7y17lte
repo: devkingsteam/android_device_samsung_j7y17lte
branch: master
branches:
except:
Expand Down

0 comments on commit 9976689

Please sign in to comment.