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

Fix path to repoman

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 bec04af..1f584b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,7 @@ script:
       for x in $(cat profiles/categories); do
       if test $(( cx++ % 16 )) -eq ${JOB}; then
           cd ${x} && {
-            python ../portage-*/bin/repoman full -vdx || ret=1;
+            python ../../portage-master/bin/repoman full -vdx || ret=1;
           } && cd -;
         fi;
       done;

Reply via email to