aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml11
1 files changed, 10 insertions, 1 deletions
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}"