aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-02-18 10:28:30 +0100
committerJustin Lecher <jlec@gentoo.org>2015-02-18 10:28:30 +0100
commit737d5fd29d780cb48a479e5beedfa49f21216dab (patch)
tree1afbe7086433854393fffba7882218b4778d842a /.travis.yml
parentDo all admin tasks in the beginning (diff)
downloadsci-737d5fd29d780cb48a479e5beedfa49f21216dab.tar.gz
sci-737d5fd29d780cb48a479e5beedfa49f21216dab.tar.bz2
sci-737d5fd29d780cb48a479e5beedfa49f21216dab.zip
Fix path to repoman
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bec04aff2..1f584b0ea 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;