forked from CyanogenMod/lge-kernel-p700
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TravisCI: Remove travis client check status
Signed-off-by: Caio Oliveira <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,22 +4,14 @@ cache: ccache | |
script: | ||
# Travis CI Script by Caio Oliveira aka Caio99BR <[email protected]> | ||
|
||
# Download all necessary things | ||
- gem install travis -v 1.8.4 --no-rdoc --no-ri | ||
- mkdir ~/bin && export PATH=~/bin:$PATH | ||
- curl -sL https://raw.github.com/gist/1708408/travis.rb > ~/bin/travis-ci && chmod +x ~/bin/travis-ci | ||
- gem install hub | tail -2 | ||
- ruby -e 'require "json"' 2>/dev/null || gem install json | ||
|
||
# Clone necessary things | ||
# Clone all necessary things | ||
- 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" | ||
|
||
##### | ||
|
||
- cd lge-kernel-lproj-kk/ | ||
- travis lge-kernel-lproj-kk | ||
|
||
##### THE CORE STRIPPED OF .travis.yml FROM KK BRANCH | ||
- source build.sh <<< "1q" | ||
|
@@ -61,7 +53,6 @@ script: | |
|
||
- cd ../ | ||
- cd lge-kernel-lproj-mm/ | ||
- travis lge-kernel-lproj-mm | ||
|
||
##### THE CORE STRIPPED OF .travis.yml FROM MM BRANCH | ||
- source build.sh <<< "1q" | ||
|