Update travis.yml to use Qt5 instead of Qt4

This commit is contained in:
Srivats P 2018-03-14 22:22:06 +05:30
parent f801982830
commit 0708361649

View File

@ -17,9 +17,7 @@ matrix:
before_install: before_install:
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then \ - "if [ $TRAVIS_OS_NAME = 'osx' ]; then \
brew update && \ brew update && \
brew tap cartr/qt4 && \ brew install qt && \
brew tap-pin cartr/qt4 && \
brew install qt@4 && \
brew install protobuf && \ brew install protobuf && \
ls -lR /usr/local/include; \ ls -lR /usr/local/include; \
fi" fi"
@ -27,8 +25,7 @@ before_install:
addons: addons:
apt: apt:
packages: packages:
- libqt4-dev - qtbase5-dev
- qt4-qmake
- libpcap-dev - libpcap-dev
- libprotobuf-dev - libprotobuf-dev
- protobuf-compiler - protobuf-compiler