Travis: remove sudo (#3037)

This commit is contained in:
ctrlaltca 2018-01-20 16:50:06 +01:00 committed by GitHub
parent bc52882ac4
commit 55029b6b68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 31 deletions

View file

@ -1,6 +1,3 @@
sudo: required # forces legacy build infrastructure
group: travis_lts # forces most stable build images
language: cpp
matrix:
@ -8,10 +5,38 @@ matrix:
include:
- os: linux
dist: trusty
env: BUILDTYPE=Debug DIST=trusty
env: BUILDTYPE=Debug
addons:
apt:
packages:
- bc
- cmake
- libprotobuf-dev
- protobuf-compiler
- qt5-default
- qttools5-dev
- qttools5-dev-tools
- qtmultimedia5-dev
- libqt5multimedia5-plugins
- libqt5svg5-dev
- libqt5sql5-mysql
- os: linux
dist: trusty
env: BUILDTYPE=Release DIST=trusty
env: BUILDTYPE=Release
addons:
apt:
packages:
- bc
- cmake
- libprotobuf-dev
- protobuf-compiler
- qt5-default
- qttools5-dev
- qttools5-dev-tools
- qtmultimedia5-dev
- libqt5multimedia5-plugins
- libqt5svg5-dev
- libqt5sql5-mysql
- os: osx
osx_image: xcode7.3
env: BUILDTYPE=Debug
@ -31,7 +56,7 @@ matrix:
cache: ccache
install: bash ./.travis/travis-dependencies.sh
before_install: bash ./.travis/travis-dependencies.sh
script: bash ./.travis/travis-compile.sh