commit:     49557dda37e302180e5153cf6c9b9034b31a7788
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 20:06:46 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 20:06:46 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=49557dda

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 <AT> gentoo.org>

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2926290..b33fd84 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:

Reply via email to