run SonarQube only in upstream and removed boost-latest ppa

This commit is contained in:
Alden Torres 2017-11-28 17:20:49 -05:00 committed by Arvid Norberg
parent a6656aeb93
commit e8b42e95c4
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,8 @@ dist: trusty
matrix:
fast_finish: true
include:
- env: variant=release sonar_scan=1 toolset=gcc
- if: repo = arvidn/libtorrent
env: variant=release sonar_scan=1 toolset=gcc
- env: variant=test_debug lint=1 tests=1 toolset=gcc-sanitizer
- env: variant=test_debug sim=1 crypto=openssl toolset=gcc-sanitizer
- env: variant=test_release coverage=1 tests=1 toolset=gcc-coverage python=1
@ -42,7 +43,6 @@ cache:
addons:
apt:
sources:
- boost-latest
- ubuntu-toolchain-r-test
packages:
- libboost1.55-all-dev