commit 46df64cb355d8be7f3cb530f2f0b8970cf14234e
parent 590e00ee50c59bbe31de439e130c30d2e01ce7ff
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 12 Jun 2016 21:52:05 +0200
Fix execution permission
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -8,6 +8,6 @@ os:
before_install:
- echo $LANG
- echo $LC_ALL
-- if [ $TRAVIS_OS_NAME == linux ]; then ./scripts/llvm.sh; fi
+- 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 --llvm-config=llvm-config-3.6; fi