Reverted back to Xenial
This commit is contained in:
parent
7adf61213a
commit
54df8eb86f
|
@ -1,13 +1,13 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
sudo: require
|
sudo: require
|
||||||
dist: bionic
|
dist: xenial
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- $TRAVIS_BUILD_DIR/apt-cache/
|
- $TRAVIS_BUILD_DIR/apt-cache/
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository ppa:beineri/opt-qt-5.11.1-bionic -y
|
- sudo add-apt-repository ppa:beineri/opt-qt-5.11.1-xenial -y
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue