diff --git a/src/travis/linux-before-install.sh b/src/travis/linux-before-install.sh index 77b3c15b..a0530235 100755 --- a/src/travis/linux-before-install.sh +++ b/src/travis/linux-before-install.sh @@ -5,7 +5,7 @@ if [[ "$TRAVIS_JOB_NAME" == *"Testing" ]]; then echo "running tests with this version" else export whereibelong=$(pwd) - echo "We are running on Ubuntu $TRAVIS_DSIT $PLATFORM" + echo "We are running on Ubuntu $TRAVIS_DIST $PLATFORM" export LD_LIBRARY_PATH=~/ssl/lib:~/python/lib cpucount=$(nproc --all) echo "This device has $cpucount CPUs for compiling..."