project-street

Top_Secret :P
git clone git://archive.git.mtrnord.blog/MTRNord/project-street.git
Log | Files | Refs | README | LICENSE

commit 7018fc57014c4c2c6c37c39932b8ae6ce7ed40fa
parent 1be3126a7f97e023d5fae0cd0b0eb883f12dca22
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 12 Jun 2016 21:58:21 +0200

Fix configure

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

diff --git a/.travis.yml b/.travis.yml @@ -10,4 +10,4 @@ before_install: - echo $LC_ALL - if [ $TRAVIS_OS_NAME == linux ]; then chmod 755 ./scripts/llvm.sh && ./scripts/llvm.sh; fi before_script: -- if [ $TRAVIS_OS_NAME == linux ]; then travis_retry ./configure; fi +- if [ $TRAVIS_OS_NAME == linux ]; then travis_retry aclocal && automake --add-missing && autoconf && ./configure; fi