commit:     b304133cb72f52cb5fb31be79d0b295415dce060
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 18 09:21:10 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 18 09:21:10 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b304133c

use stdout

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6626863..f672eea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ before_script:
     - mv !(travis-overlay) travis-overlay/
     - mv .git travis-overlay/
     - wget -O - "https://github.com/gentoo/portage/archive/master.tar.gz"; | 
tar -xz
-    - wget 
"https://github.com/gentoo/gentoo-portage-rsync-mirror/archive/master.tar.gz"; | 
tar xz -C /usr/portage --strip-components=1
+    - wget -O - 
"https://github.com/gentoo/gentoo-portage-rsync-mirror/archive/master.tar.gz"; | 
tar xz -C /usr/portage --strip-components=1
     - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr
     - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> 
/etc/passwd
     - echo "portage::250:portage,travis" >> /etc/group

Reply via email to