commit: 9ddb5ce2ad7a416921674dc82d18961d2a0846a5
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 09:12:54 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 09:12:54 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9ddb5ce2
Update travis
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
.travis.yml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index cbe3901..0316560 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ language: python
python:
- pypy
env:
- - PORTAGE_VER="2.2.20"
+ - PORTAGE_VER="2.2.20.1"
before_script:
- mkdir travis-overlay
- mv !(travis-overlay) travis-overlay/
@@ -14,7 +14,7 @@ before_script:
- wget
"https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml" -O
.travis.yml.upstream
- wget "https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz"
-O portage-${PORTAGE_VER}.tar.gz
- wget
"https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh"
- - wget
"https://github.com/gentoo/gentoo-portage-rsync-mirror/archive/master.tar.gz"
-O portage-tree.tar.gz
+ - wget "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz" -O
portage-tree.tar.gz
- sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh
- chmod a+rwx spinner.sh
- echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >>
/etc/passwd
@@ -31,6 +31,3 @@ before_script:
script:
- ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d"
# You can append own scripts after this line
-
-notifications:
- irc: "chat.freenode.net#gentoo-science"