aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-10-14 21:27:11 +1100
committerMichael Palimaka <kensington@gentoo.org>2014-10-14 21:27:11 +1100
commit5fb62fc0d6d9437b5954fd3eed338765d5763357 (patch)
tree2c2e2ae7ed385c007e6213ec6eb58489b39c446c /.travis.yml
parent[profiles/package.mask] Update Plasma 5 masks to account for package moves. (diff)
downloadkde-5fb62fc0d6d9437b5954fd3eed338765d5763357.tar.gz
kde-5fb62fc0d6d9437b5954fd3eed338765d5763357.tar.bz2
kde-5fb62fc0d6d9437b5954fd3eed338765d5763357.zip
[.travis.yml] Sync with upstream.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c85dae1767..00503533ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,9 @@ before_script:
- rsync --recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --checksum --quiet rsync://rsync.gentoo.org/gentoo-portage /usr/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
- - if ! cmp -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
+ - 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