Skip to content

Commit

Permalink
No explicit g++-5
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Aug 2, 2019
1 parent 2267ab8 commit c783392
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@ language: cpp
compiler: gcc
dist: bionic

before_install:
# C++14
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq

install:
# C++14
- sudo apt-get install -qq g++-5
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 90
- sudo apt update -qq
# codechecker
- sudo apt-get install -qq clang build-essential curl doxygen gcc-multilib git python-virtualenv python-dev thrift-compiler
- ./build_codechecker
Expand Down

0 comments on commit c783392

Please sign in to comment.