commit: f4d08afab6e063389963b6bd7761ab0684c5f70c
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 27 10:53:30 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 10:53:30 2015 +0000
URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=f4d08afa
[travis] Update. Reports now to #gentoo-ruby.
.travis.yml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index b249ec6..c62c91f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,10 +24,19 @@ before_script:
- tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
- 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
+ - wget "https://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"
# You can append own scripts after this line
+notifications:
+ irc:
+ channels:
+ - "chat.freenode.net#gentoo-ruby"
+ template:
+ - "%{repository}#%{build_number} (%{branch} - %{commit}): %{message}"
+ - "%{author} - %{commit_message}"
+ - "Change view : %{compare_url}"
+ - "Build details : %{build_url}"