Update .travis.yml

Fixex travis.yml parse error
This commit is contained in:
githubuser0xFFFF 2020-09-02 22:02:21 +02:00 committed by GitHub
parent be294b4867
commit ae15757765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ matrix:
dist: trusty dist: trusty
group: stable group: stable
before_install: before_install:
- sudo apt-get install libqt5x11extras5-dev - sudo apt-get -y install libqt5x11extras5-dev
addons: addons:
apt: apt:
sources: sources:
@ -40,7 +40,7 @@ matrix:
- xvfb - xvfb
compiler: gcc compiler: gcc
before_install: before_install:
- sudo apt-get install libqt5x11extras5-dev - sudo apt-get -y install libqt5x11extras5-dev
addons: addons:
apt: apt:
sources: sources:
@ -73,9 +73,9 @@ matrix:
services: services:
- xvfb - xvfb
compiler: gcc compiler: gcc
addons:
before_install: before_install:
- sudo apt-get install libqt5x11extras5-dev - sudo apt-get -y install libqt5x11extras5-dev
addons:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
@ -108,7 +108,7 @@ matrix:
- xvfb - xvfb
compiler: gcc compiler: gcc
before_install: before_install:
- sudo apt-get install libqt5x11extras5-dev - sudo apt-get -y install libqt5x11extras5-dev
addons: addons:
apt: apt:
sources: sources:
@ -148,7 +148,7 @@ matrix:
- xvfb - xvfb
compiler: gcc compiler: gcc
before_install: before_install:
- sudo apt-get install libqt5x11extras5-dev - sudo apt-get -y install libqt5x11extras5-dev
addons: addons:
apt: apt:
sources: sources: