commit:     4e4250dad89b30582cdc1e3e2decafa27f7824ad
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 22 18:19:15 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jun 22 18:21:27 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4e4250da

Update .travis.yml

Remove upstream check as it will always fail as we included custom irc
notification.

 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 747a93c..c558380 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,6 @@ before_script:
     - mkdir travis-overlay
     - mv !(travis-overlay) travis-overlay/
     - mv .git travis-overlay/
-    - wget 
"https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml"; -O 
.travis.yml.upstream
     - wget "https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz"; 
-O portage-${PORTAGE_VER}.tar.gz
     - wget 
"https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh";
     - wget 
"https://github.com/gentoo/gentoo-portage-rsync-mirror/archive/master.tar.gz"; 
-O portage-tree.tar.gz
@@ -25,8 +24,6 @@ before_script:
     - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
     - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
     - wget "http://www.gentoo.org/dtd/metadata.dtd"; -O 
/usr/portage/distfiles/metadata.dtd
-    - SIZE=`stat -c %s .travis.yml.upstream`
-    - if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then  echo -e 
"\e[31m !!! .travis.yml outdated! Update available 
https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
     - cd travis-overlay
 script:
     - ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d"

Reply via email to