mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-25 07:31:33 +08:00
Update .travis.yml
Fixex travis.yml parse error
This commit is contained in:
parent
be294b4867
commit
ae15757765
12
.travis.yml
12
.travis.yml
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user