summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-06-17 20:20:13 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-06-18 06:32:23 +0900
commitfca06fd865688012403dc2013689bdd9c784d342 (patch)
tree849685587f7b9c4b9dfd1d9ba44f4393b9d9646e /.travis.yml
parentca84d96a50a4751432a6f6413547408346d95867 (diff)
downloadsubsurface-fca06fd865688012403dc2013689bdd9c784d342.tar.gz
Travis: build mobile on Linux with newer gcc
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 20d4110f8..86fa3c99e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,12 +58,14 @@ matrix:
- env: SUBSURFACE_PLATFORM='linux2'
os: linux
dist: trusty
+ sudo: required
language: c++
addons:
apt:
sources:
- sourceline: 'ppa:beineri/opt-qt-5.10.1-trusty'
key_url: 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x10C56D0DE9977759'
+ - ubuntu-toolchain-r-test
packages:
- qt510base
- qt510connectivity
@@ -76,7 +78,8 @@ matrix:
- qt510svg
- qt510tools
- git
- - g++
+ - gcc-5
+ - g++-5
- make
- autoconf
- automake