Fix Travis breakage (and overall breakage)

I can't believe this slipped through my review. How embarrassing.

Credit goes to Anton Lundin for spotting this.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-06-26 12:37:26 -07:00
parent 77f545b38e
commit f091b8b705

View file

@ -19,7 +19,6 @@
# create a log file of the build
exec 1> >(tee build.log) 2>&1
export CMAKE_PREFIX_PATH=/home/torvalds/src/qt5/qtbase/lib/cmake
SRC=$(pwd)
PLATFORM=$(uname)