Changed Travis build distro to focal

This commit is contained in:
Martin Tůma 2020-12-22 23:51:30 +01:00
parent 29d4008068
commit ee49c05eb9

View File

@ -1,5 +1,5 @@
language: c++ language: c++
dist: xenial dist: focal
os: os:
- linux - linux
@ -13,7 +13,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
install: install:
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt protobuf; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt protobuf; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install qtbase5-dev qtbase5-dev-tools qt5-qmake libprotobuf-dev protobuf-compiler; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install qtbase5-dev qtbase5-dev-tools qt5-qmake libprotobuf-dev protobuf-compiler; fi
script: script: