Skip to content

Commit

Permalink
Update Travis display configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojnnes committed Nov 12, 2019
1 parent 03700ad commit f3d7aae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ dist: xenial

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- cmake
- build-essential
Expand All @@ -29,6 +27,9 @@ addons:
env:
- QT_QPA_PLATFORM="offscreen"

services:
- xvfb

matrix:
include:
- os: linux
Expand Down Expand Up @@ -92,8 +93,6 @@ before_script:
- |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
export DISPLAY=:99.0
sh -e /etc/init.d/xvfb start
sleep 3
sudo add-apt-repository --yes ppa:beineri/opt-qt${QT_VERSION}-xenial
export PATH="/opt/qt${QT_VERSION:0:2}/bin:$PATH"
Expand Down

0 comments on commit f3d7aae

Please sign in to comment.