Skip to content

Commit

Permalink
CI: update swig URL
Browse files Browse the repository at this point in the history
  • Loading branch information
renekliment committed Aug 20, 2019
1 parent 240cefc commit 821d558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dist: xenial
before_install:
- sudo apt-get update
- sudo apt-get install -y wget git portaudio19-dev libpulse-dev vlc-nox shellcheck sox libatlas-base-dev
- sudo wget http://mirrors.kernel.org/ubuntu/pool/universe/s/swig/swig3.0_3.0.10-1.2_amd64.deb
- sudo dpkg -i swig3.0_3.0.10-1.2_amd64.deb
- sudo wget http://mirrors.kernel.org/ubuntu/pool/universe/s/swig/swig3.0_3.0.12-2_amd64.deb
- sudo dpkg -i swig3.0_3.0.12-2_amd64.deb
- sudo ln -s /usr/bin/swig3.0 /usr/local/bin/swig
- pip install pipenv

Expand Down

0 comments on commit 821d558

Please sign in to comment.