Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
DolceTriade committed Nov 7, 2015
1 parent a8e1894 commit 7ab7385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -21,6 +21,7 @@ matrix:
compiler: gcc

install:
- sudo rm -rf /opt/python # Delete conflicting python
- sudo apt-get install software-properties-common
- sudo add-apt-repository ppa:george-edison55/cmake-3.x -y
- sudo apt-get -qq update
Expand All @@ -33,8 +34,7 @@ install:
libwebp-dev libjpeg8-dev libpng-dev
libcurl4-gnutls-dev zlib1g-dev
libopenal-dev libogg-dev libvorbis-dev libtheora-dev libxvidcore-dev libopusfile-dev libspeexdsp-dev
nettle-dev libgmp-dev python-pip
- sudo pip install --upgrade PyYAML jinja2
nettle-dev libgmp-dev python-yaml python-jinja2

#install:
# - brew update
Expand Down

0 comments on commit 7ab7385

Please sign in to comment.