This is an automated email from the git hooks/post-receive script. wrar-guest pushed a commit to branch master in repository xboxdrv.
commit 2aa83d625fac8ed63cff9083e76b4dc626a0ea5e Author: Ingo Ruhnke <[email protected]> Date: Sat Jun 20 11:34:59 2015 +0200 Fixed .travis.yml, added missing sudo to make install, added CXX handling --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c89509f..b3b30ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,6 @@ before_install: script: - git clean -f - - scons BUILD=${BUILD_TYPE} && make install + - scons CXX=${CXX} BUILD=${BUILD_TYPE} && sudo make install # EOF # -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xboxdrv.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

