1
0
Fork 0

[Travis] Try building on trusty.

This commit is contained in:
NamedKitten 2018-12-22 12:37:07 +00:00
parent 4f7da53bb4
commit 46c1f06514

View file

@ -1,7 +1,7 @@
language: cpp language: cpp
compiler: gcc compiler: gcc
sudo: require sudo: require
dist: xenial dist: trusty
cache: cache:
ccache: true ccache: true
directories: directories:
@ -13,7 +13,7 @@ before_install:
- mkdir -p $HOME/.cache/apt/partial - mkdir -p $HOME/.cache/apt/partial
- sudo rm -rf /var/cache/apt/archives - sudo rm -rf /var/cache/apt/archives
- sudo ln -s $HOME/.cache/apt /var/cache/apt/archives - sudo ln -s $HOME/.cache/apt /var/cache/apt/archives
- sudo add-apt-repository ppa:beineri/opt-qt-5.11.1-xenial -y - sudo add-apt-repository ppa:beineri/opt-qt-5.11.1-trusty -y
- sudo apt-get update - sudo apt-get update
install: install: