diff options
| author | TitanSnow <[email protected]> | 2017-05-15 10:07:53 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-15 10:07:53 +0800 |
| commit | 408e9f0197194f6c5d7e6abd86ef4a0b988338c1 (patch) | |
| tree | ceb404d060dea4dc5a1558916ae739580fcf3a93 | |
| parent | a1f8fb42f000a9297cbebeb7d4728ff6159b057a (diff) | |
upgrade gcov
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 940c60038..f0d45a355 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -sudo: false +sudo: required language: C os: - linux @@ -16,6 +16,7 @@ before_install: install: - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install dmd rust; fi + - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; sudo apt-get update -q; sudo apt-get install -yq gcc-6; sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-6 99; gcov --version; fi script: - scripts/get.sh __local__ |
