Skip to content

Commit

Permalink
updated travis to install higher version of gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
pranay-phenom committed Jul 15, 2019
1 parent f2449d4 commit 5b156d7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
matrix:
include:
# works on Precise and Trusty
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-5
env:
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
before_install:
- eval "${MATRIX_EVAL}"
language: python
sudo: false
env:
Expand Down

0 comments on commit 5b156d7

Please sign in to comment.