瀏覽代碼

use gcc 4.8 on travis

Julius Pfrommer 10 年之前
父節點
當前提交
f3583c91c3
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -17,7 +17,9 @@ addons:
     build_command: make
     branch_pattern: coverity_scan
 before_install:
+   - sudo add-apt-repository ppa:ubuntu-toolchain-r/test
    - sudo apt-get update -qq
+   - sudo apt-get install -qq gcc-4.8
    - sudo apt-get install -qq --no-install-recommends build-essential cmake python-lxml graphviz doxygen wget
    - wget http://security.ubuntu.com/ubuntu/pool/main/c/check/check_0.9.10-6ubuntu3_amd64.deb
    - sudo dpkg -i check_0.9.10-6ubuntu3_amd64.deb