commit:     09418131a55c5a5cad853203e200de6539dc0829
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 12:17:38 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 12:17:38 2015 +0000
URL:        https://gitweb.gentoo.org/proj/java.git/commit/?id=09418131

update .travis.yml

 .travis.yml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b54875a..0316560 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ before_script:
     - 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
+    - wget "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz"; -O 
portage-tree.tar.gz
     - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh
     - chmod a+rwx spinner.sh
     - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> 
/etc/passwd
@@ -31,12 +31,3 @@ before_script:
 script:
     - ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d"
 # You can append own scripts after this line
-notifications:
-  irc:
-    channels:
-      - "chat.freenode.net#gentoo-java"
-    template:
-      - "%{repository}#%{build_number} (%{branch} - %{commit}): %{message}"
-      - "%{author} - %{commit_message}"
-      - "Change view : %{compare_url}"
-      - "Build details : %{build_url}"

Reply via email to