From eae1abd81c5e1b830937625e3a727ae38a9f62c4 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Fri, 18 Jan 2019 16:48:00 -0800 Subject: [PATCH] Build clang first --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e400460..116ec05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,9 @@ script: - qmake -v - clang++ -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 + - make distclean + - qmake zec-qt-wallet.pro CONFIG+=release -spec linux-g++ + - make CC=gcc-8 CXX=g++-8 -j2 + \ No newline at end of file