From e8b42e95c411799d967408ffd28369297ca16246 Mon Sep 17 00:00:00 2001 From: Alden Torres Date: Tue, 28 Nov 2017 17:20:49 -0500 Subject: [PATCH] run SonarQube only in upstream and removed boost-latest ppa --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1da0555c0..8f1fa1577 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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