commit: 266ad0d7595cfdf7d593d2845ad8ed2772de27b5
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 11 18:15:27 2014 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Oct 11 18:15:27 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=dev/maekke.git;a=commit;h=266ad0d7
bump .travis.yml
---
.travis.yml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 1bf4c6e..0050353 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,9 @@
#
language: python
python:
- - "3.3"
+ - "3.4"
env:
- - PORTAGE_VER="2.2.11"
+ - PORTAGE_VER="2.2.13"
before_script:
- mkdir travis-overlay
- mv !(travis-overlay) travis-overlay/
@@ -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