auto-accept ppa
This commit is contained in:
parent
53e13657b0
commit
3e6269637d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ matrix:
|
||||||
perl: 5.18
|
perl: 5.18
|
||||||
env: BINDINGS=perl CC=clang
|
env: BINDINGS=perl CC=clang
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository ppa:asolovets/backports
|
- sudo add-apt-repository ppa:asolovets/backports -y
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- if [ "$BINDINGS" != "none" ]; then sudo apt-get install -qq swig; swig -version; fi
|
- if [ "$BINDINGS" != "none" ]; then sudo apt-get install -qq swig; swig -version; fi
|
||||||
- if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq python-dev; fi
|
- if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq python-dev; fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue