aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-08-21 12:17:38 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-08-21 12:17:38 +0000
commit09418131a55c5a5cad853203e200de6539dc0829 (patch)
tree7cbc0f1bbc1dd0415c8eb31d5ab8c18bf1ec075f /.travis.yml
parentdev-java/vecmath: on second thought.. adding it to the tree. Fixes bug 303039. (diff)
downloadjava-09418131a55c5a5cad853203e200de6539dc0829.tar.gz
java-09418131a55c5a5cad853203e200de6539dc0829.tar.bz2
java-09418131a55c5a5cad853203e200de6539dc0829.zip
update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 1 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index b54875ab..03165601 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}"