travis ci, try 11

This commit is contained in:
Aditya
2018-10-31 23:40:01 -07:00
parent cc74a9648c
commit ef55d6ba22

View File

@@ -13,12 +13,13 @@ matrix:
before_install: before_install:
- eval "${MATRIX_EVAL}" - eval "${MATRIX_EVAL}"
- sudo add-apt-repository ppa:beineri/opt-qt58-trusty -y - sudo add-apt-repository ppa:beineri/opt-qt591-trusty -y
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install qt58base qt58tools - sudo apt-get install qt59base qt59tools
- source /opt/qt58/bin/qt58-env.sh - source /opt/qt59/bin/qt59-env.sh
script: script:
- qmake -v - qmake -v
- g++ -v
- qmake zec-qt-wallet.pro CONFIG+=release - qmake zec-qt-wallet.pro CONFIG+=release
- make - make