Skip to content

Commit

Permalink
CI Travis: updage g++-4.9 from travis.yml
Browse files Browse the repository at this point in the history
use nice upgrade feature
  • Loading branch information
breznak committed Jan 23, 2018
1 parent 8a47456 commit ea3e44a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ matrix:
include:
- os: linux
compiler: gcc
# update required packages from Travis setup
# https://docs.travis-ci.com/user/languages/cpp/
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
env:
- MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"
- PLATFORM="linux"
Expand Down

0 comments on commit ea3e44a

Please sign in to comment.