Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ea4k authored Aug 14, 2021
1 parent 00c7b24 commit 051c6cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ matrix:
include:
- os: linux
env:
- QT_CI_PACKAGES=qt.qt5.5152.gcc_64,qt.qt5.5152.qtwebengine PATH="$TRAVIS_BUILD_DIR/Qt/5.15.2/gcc_64/bin:${PATH}"
- QT_CI_PACKAGES=qt.qt5.5142.gcc_64,qt.qt5.5142.qtwebengine PATH="$TRAVIS_BUILD_DIR/Qt/5.14.2/gcc_64/bin:${PATH}"
arch: amd64
sudo: required
dist: focal
addons:
apt:
sources:
- sourceline: 'ppa:beineri/opt-qt-5.15.2-focal'
- sourceline: 'ppa:beineri/opt-qt-5.14.2-focal'
packages:
- qt515base
- qt514base
before_install:
- sudo apt-get update
- sudo apt-get -y install qtbase5-dev libsqlite3-dev
Expand All @@ -25,6 +25,6 @@ matrix:
script:
- git clone https://github.com/benlau/qtci.git
- source qtci/path.env
- install-qt 5.15.2
- install-qt 5.14.2
- qmake KLog.pro
- make

0 comments on commit 051c6cb

Please sign in to comment.