summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTitanSnow <[email protected]>2017-05-15 10:18:34 +0800
committerTitanSnow <[email protected]>2017-05-15 10:18:34 +0800
commitdc76265b4df3109e98ae17b4707a68e1cbc03910 (patch)
treef278ba3d2d1ba279e87f846b56f9eef0fd5691ba
parent408e9f0197194f6c5d7e6abd86ef4a0b988338c1 (diff)
upgrade gcc
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f0d45a355..33c52e314 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +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
+ - 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/gcc gcc /usr/bin/gcc-6 99 --slave /usr/bin/gcov gcov /usr/bin/gcov-6; gcc --version; gcov --version; fi
script:
- scripts/get.sh __local__