add perl to travis matrix
This commit is contained in:
parent
df7a7b467a
commit
d08cce0da1
1 changed files with 8 additions and 0 deletions
|
|
@ -14,6 +14,14 @@ matrix:
|
|||
language: python
|
||||
python: 2.7
|
||||
env: BINDINGS=python
|
||||
- compiler: gcc
|
||||
language: perl
|
||||
perl: 5.14
|
||||
env: BINDINGS=perl
|
||||
- compiler: clang
|
||||
language: perl
|
||||
perl: 5.14
|
||||
env: BINDINGS=perl
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq swig python-dev; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue