We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d4008 commit ee49c05Copy full SHA for ee49c05
.travis.yml
@@ -1,5 +1,5 @@
1
language: c++
2
-dist: xenial
+dist: focal
3
4
os:
5
- linux
@@ -13,7 +13,7 @@ before_install:
13
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
14
15
install:
16
-# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt protobuf; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt protobuf; fi
17
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install qtbase5-dev qtbase5-dev-tools qt5-qmake libprotobuf-dev protobuf-compiler; fi
18
19
script:
0 commit comments