diff options
author | 2015-06-27 12:53:30 +0200 | |
---|---|---|
committer | 2015-06-27 12:53:30 +0200 | |
commit | f4d08afab6e063389963b6bd7761ab0684c5f70c (patch) | |
tree | d90d338aee42e2d11d648044863602c789fafe1b /.travis.yml | |
parent | Moved to gentoo repository. (diff) | |
download | ruby-overlay-f4d08afab6e063389963b6bd7761ab0684c5f70c.tar.gz ruby-overlay-f4d08afab6e063389963b6bd7761ab0684c5f70c.tar.bz2 ruby-overlay-f4d08afab6e063389963b6bd7761ab0684c5f70c.zip |
[travis] Update. Reports now to #gentoo-ruby.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
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}" |