Skip to content

Commit

Permalink
Remove apt-get config.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyolight committed Oct 9, 2016
1 parent af471ef commit 0a6d534
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,6 @@ compiler:
- clang
- gcc

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
# install gcc-4.8 for C++11 compatibility, #TODO remove when Travis has gcc>=4.8, (it's used for clang too, in coveralls)
- gcc-4.8
- g++-4.8
- cmake
- cmake-data
- python2.7
- python2.7-dev
- python-virtualenv
- xsltproc
- python-numpy

env:
global:
- NUPICCORE = ${TRAVIS_BUILD_DIR}
Expand Down

0 comments on commit 0a6d534

Please sign in to comment.