From 3863561eb732d53e8c3b3b9e333a47bfb7aefab7 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Fri, 6 May 2016 13:42:03 +0300 Subject: [build] qtpositioning5-dev and qtlocation5-dev are now on Travis whitelist Do not call `sudo` for installing them anymore. This will make it possible to migrate to a container'ed Trusty bot when available. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5aab7ae1b7..f224a17f32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ addons_shortcuts: addons_qt5: &qt5 apt: sources: [ 'ubuntu-toolchain-r-test' ] - packages: [ 'gdb', 'g++-5', 'gcc-5', 'mesa-utils', 'qt5-default', 'libqt5opengl5-dev', 'qtdeclarative5-dev' ] + packages: [ 'gdb', 'g++-5', 'gcc-5', 'mesa-utils', 'qt5-default', 'libqt5opengl5-dev', 'qtdeclarative5-dev', 'qtpositioning5-dev', 'qtlocation5-dev' ] env: global: @@ -115,8 +115,6 @@ matrix: compiler: ": linux-gcc5-release" env: FLAVOR=qt5 BUILDTYPE=Release _CXX=g++-5 _CC=gcc-5 addons: *qt5 - before_install: - - sudo apt-get install -y qtpositioning5-dev qtlocation5-dev script: - make qt-app qt-qml-app -- cgit v1.2.1