Skip to content

Commit

Permalink
Drop SWIG dep in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Goodlet committed Jan 23, 2018
1 parent 3620c57 commit e6efbbb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ python:


before_install:
# build and install latest SWIG
- git clone https://github.com/swig/swig.git
- cd swig
- git checkout rel-3.0.12
- ./autogen.sh
- ./configure --prefix=$HOME/swig
- make
- make install
- export PATH="$HOME/swig/bin/:$PATH"
- cd ..

# build and install SIPp
- git clone https://github.com/SIPp/sipp.git
- cd sipp
Expand Down

0 comments on commit e6efbbb

Please sign in to comment.