Skip to content

Commit

Permalink
travis: do not install gcc 4.8
Browse files Browse the repository at this point in the history
Checking if it is still needed...
  • Loading branch information
starius committed Oct 15, 2016
1 parent 9980c89 commit 5740fcc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
language: python

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8

matrix:
include:
- os: linux
Expand All @@ -20,8 +12,6 @@ matrix:
language: generic

install:
- export CXX=g++-4.8
- export CC=gcc-4.8
- pip install pyflakes pep8 coverage coveralls nose

script:
Expand Down

0 comments on commit 5740fcc

Please sign in to comment.