Thank you, Meredith, but your package is in a different PPA
This commit is contained in:
parent
bd4177c434
commit
83bf5ce505
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ matrix:
|
|||
env: BINDINGS=perl CC=clang
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- if [ "$BINDINGS" != "none" ]; then sudo apt-get install swig; sudo add-apt-repository ppa:asolovets/backports -y; sudo apt-get update; sudo apt-get install swig2.0; swig -version; fi
|
||||
- if [ "$BINDINGS" != "none" ]; then sudo add-apt-repository ppa:dns/irc -y; sudo apt-get update; sudo apt-get install swig=2.0.8-1irc1~12.04; 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