diff --git a/.travis.yml b/.travis.yml index 839733d2f..d5e0f528c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ matrix: - os: osx language: generic env: + - TRAVIS_SUDO=false - SCAPY_USE_PCAPDNET=yes # Run as root diff --git a/.travis/test.sh b/.travis/test.sh index ef7e5121c..3db658b1f 100644 --- a/.travis/test.sh +++ b/.travis/test.sh @@ -1,3 +1,7 @@ +# Dump environment variables +echo "TRAVIS_SUDO=" $TRAVIS_SUDO +echo "TRAVIS_OS_NAME=" $TRAVIS_OS_NAME + # Dump Scapy config python -c "from scapy.all import *; print conf"