Skip to content

Commit

Permalink
TravisCI: Clone only one branch
Browse files Browse the repository at this point in the history
Signed-off-by: Caio Oliveira <[email protected]>
  • Loading branch information
Caio99BR committed Dec 6, 2016
1 parent 2c8fec4 commit 82aeeb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ script:
- ruby -e 'require "json"' 2>/dev/null || gem install json

# Clone necessary things
- git clone -b "google_gcc" "https://github.com/TeamVee/android_prebuilt_toolchains" "android_prebuilt_toolchains"
- git clone -b "android-msm-3.4-kk" "https://github.com/TeamHackLG/lge-kernel-lproj" "lge-kernel-lproj-kk"
- git clone -b "android-msm-3.4-mm" "https://github.com/TeamHackLG/lge-kernel-lproj" "lge-kernel-lproj-mm"
- git clone --single-branch -b "google_gcc" "https://github.com/TeamVee/android_prebuilt_toolchains" "android_prebuilt_toolchains"
- git clone --single-branch -b "android-msm-3.4-kk" "https://github.com/TeamHackLG/lge-kernel-lproj" "lge-kernel-lproj-kk"
- git clone --single-branch -b "android-msm-3.4-mm" "https://github.com/TeamHackLG/lge-kernel-lproj" "lge-kernel-lproj-mm"

#####

Expand Down

0 comments on commit 82aeeb6

Please sign in to comment.