Update .travis.yml

This commit is contained in:
ea4k 2021-10-11 22:52:35 +02:00 committed by GitHub
parent 8dc7e92c73
commit 1ebf971d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,9 @@ matrix:
sudo: required
dist: focal
before_install:
- sudo apt-get update
- sudo apt-get -y install qtbase5-dev libsqlite3-dev
- sudo apt-get -y install libhamlib++-dev libqt5serialport5-dev libqt5charts5-dev qt5-default qttools5-dev-tools
- apt-get update
- apt-get -y install qtbase5-dev libsqlite3-dev
- apt-get -y install libhamlib++-dev libqt5serialport5-dev libqt5charts5-dev qt5-default qttools5-dev-tools
- pip install --user cpp-coveralls
compiler:
- gcc