diff options
author | 2015-02-18 10:28:30 +0100 | |
---|---|---|
committer | 2015-02-18 10:28:30 +0100 | |
commit | 737d5fd29d780cb48a479e5beedfa49f21216dab (patch) | |
tree | 1afbe7086433854393fffba7882218b4778d842a /.travis.yml | |
parent | Do all admin tasks in the beginning (diff) | |
download | sci-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.yml | 2 |
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; |