Skip to content
Snippets Groups Projects
Commit fc2460c3 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

update Travis-CI to use newer version of gcc

parent f2390623
Loading
language: c++ language: cpp
compiler: gcc compiler: gcc
dist: trusty dist: trusty
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -q
- sudo apt-get install g++-6 -y
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90
addons: addons:
apt: apt:
packages: packages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment