Skip to content

Commit ee49c05

Browse files
committed
Changed Travis build distro to focal
1 parent 29d4008 commit ee49c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: c++
2-
dist: xenial
2+
dist: focal
33

44
os:
55
- linux
@@ -13,7 +13,7 @@ before_install:
1313
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
1414

1515
install:
16-
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt protobuf; fi
16+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt protobuf; fi
1717
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install qtbase5-dev qtbase5-dev-tools qt5-qmake libprotobuf-dev protobuf-compiler; fi
1818

1919
script:

0 commit comments

Comments
 (0)