Skip to content

Commit

Permalink
TravisCI: Remove travis client check status
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 82aeeb6 commit 208cfd2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 208cfd2

Please sign in to comment.