try travis as root

This commit is contained in:
van Hauser 2020-01-10 11:33:13 +01:00
parent 781123a906
commit 8a44b572fc

View File

@ -1,5 +1,7 @@
language: c
sudo: required
branches:
only:
- master
@ -43,6 +45,7 @@ before_install:
script:
- gcc -v
- clang -v
- sudo -E ./afl-system-config
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export LLVM_CONFIG=`pwd`/"$NAME" ; make source-only ; fi
- if [ "$TRAVIS_OS_NAME" = "linux" -a "$TRAVIS_CPU_ARCH" = "amd64" ]; then make distrib ; fi
- if [ "$TRAVIS_CPU_ARCH" = "arm64" ] ; then make ; cd qemu_mode && sh ./build_qemu_support.sh ; cd .. ; fi