Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
travis swig test
Browse files Browse the repository at this point in the history
  • Loading branch information
renekliment committed Oct 14, 2017
1 parent 915b507 commit 1dfb95a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -18,8 +18,11 @@ sudo: required
# Some discussion: https://github.com/koalaman/shellcheck/issues/785
before_install:
- sudo apt-get update
- sudo apt-get install -y wget git swig portaudio19-dev libpulse-dev vlc-nox shellcheck
- sudo apt-get install -y swig3.0 sox libatlas-base-dev
- sudo apt-get install -y wget git portaudio19-dev libpulse-dev vlc-nox shellcheck
- sudo apt-get install -y sox libatlas-base-dev
- sudo wget http://mirrors.kernel.org/ubuntu/pool/universe/s/swig/swig3.0_3.0.10-1.1_amd64.deb
- sudo dpkg -i swig3.0_3.0.10-1.1_amd64.deb
- sudo ln -s /usr/bin/swig3.0 /usr/local/bin/swig

install:
- pip install -r src/requirements.txt
Expand Down

0 comments on commit 1dfb95a

Please sign in to comment.