try swig2.0 w/o specific version
This commit is contained in:
parent
ac5c281cbe
commit
0e65ebfb1b
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ matrix:
|
|||
before_install:
|
||||
- sudo add-apt-repository ppa:asolovets/backports -y
|
||||
- sudo apt-get update -qq
|
||||
- if [ "$BINDINGS" != "none" ]; then sudo apt-get install swig2.0=2.0.10-0ubuntu2; swig -version; fi
|
||||
- if [ "$BINDINGS" != "none" ]; then sudo apt-get install swig2.0; swig -version; fi
|
||||
- if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq python-dev; fi
|
||||
|
||||
install: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue