aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-07-02 09:39:29 +0100
committerJustin Lecher <jlec@gentoo.org>2016-07-02 09:39:29 +0100
commit066f14158b26376eeb06d18b498cc066f9536866 (patch)
tree206835e4d647bcf4597f7d2e71d908cc1fabbe9e /.travis.yml
parentFix dir naming (diff)
downloadsci-066f14158b26376eeb06d18b498cc066f9536866.tar.gz
sci-066f14158b26376eeb06d18b498cc066f9536866.tar.bz2
sci-066f14158b26376eeb06d18b498cc066f9536866.zip
Fix new location of repoman script
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 356c8129f..2a2244963 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,7 @@ before_script:
- if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then echo -e "\e[31m !!! .travis.yml outdated! Update available https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
- cd travis-overlay
script:
- - ./../spinner.sh "python ../portage-${PORTAGE_VER}/bin/repoman full -d"
+ - ./../spinner.sh "python ../portage-${PORTAGE_VER}/repoman/bin/repoman full -d"
notifications:
irc: "chat.freenode.net#gentoo-science"