diff --git a/.travis.yml b/.travis.yml index ea7529b..9a6d8d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,14 +11,15 @@ matrix: before_install: - sudo add-apt-repository ppa:beineri/opt-qt591-trusty -y - sudo apt-get update -qq - - sudo apt-get install qt59base qt59tools + - sudo apt-get install qt59base - source /opt/qt59/bin/qt59-env.sh script: - qmake -v - clang++ -v - - g++8 -v + - g++-8 -v - qmake zec-qt-wallet.pro CONFIG+=release -spec linux-g++ - make CC=gcc-8 CXX=g++-8 -j2 - make distclean + - qmake zec-qt-wallet.pro CONFIG+=release -spec linux-clang - make CC=clang CXX=clang++ -j2