aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2015-08-24 22:06:46 +0200
committerDavide Pesavento <pesa@gentoo.org>2015-08-24 22:06:46 +0200
commit49557dda37e302180e5153cf6c9b9034b31a7788 (patch)
treeba3af68c8e25a1a76c3ce25daa4a3f6e4ffc36df /.travis.yml
parentSwitch travis to python3.4 as a workaround for bug 552720 (diff)
downloadqt-49557dda37e302180e5153cf6c9b9034b31a7788.tar.gz
qt-49557dda37e302180e5153cf6c9b9034b31a7788.tar.bz2
qt-49557dda37e302180e5153cf6c9b9034b31a7788.zip
travis: rely on $PATH to find a python interpreter to run repoman
Travis will set up the virtualenv for us. Signed-off-by: Davide Pesavento <pesa@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 2926290e..b33fd849 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,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 "./../portage-${PORTAGE_VER}/bin/repoman full -d"
+ - ./../spinner.sh python ../portage-${PORTAGE_VER}/bin/repoman full -d
# You can append own scripts after this line
notifications:
irc: