Skip to content

Commit

Permalink
Use new container-based travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Oct 21, 2015
1 parent 39938b7 commit 2407e33
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,14 @@ compiler:
- clang
- gcc

before_install:
- sudo add-apt-repository --yes ppa:kalakris/cmake
- sudo apt-get update -qq
- sudo apt-get install --yes cmake
- sudo apt-get update
- sudo apt-get install lcov python-pip valgrind libgsl0-dev
- mkdir zlib && cd zlib
- wget http://zlib.net/zlib-1.2.8.tar.gz
- tar xvxf zlib-1.2.8.tar.gz
- cd zlib-1.2.8
- ./configure
- make
- sudo make install
- cd ../..
sudo: false

addons:
apt:
pacakges:
- lcov
- libgsl0-dev
- python

install:
- git submodule update --init
Expand Down

0 comments on commit 2407e33

Please sign in to comment.