Fix Travis matrix
This commit is contained in:
parent
6fecb05379
commit
12ee3e9c4c
1 changed files with 4 additions and 6 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -2,16 +2,14 @@ language: cpp
|
|||
matrix:
|
||||
include:
|
||||
- python: "2.7"
|
||||
- compiler: gcc
|
||||
- env: SWIGLANG=python
|
||||
include:
|
||||
compiler: gcc
|
||||
env: SWIGLANG=python
|
||||
- jdk: oraclejdk7
|
||||
- compiler: gcc
|
||||
- env: SWIGLANG=java
|
||||
compiler: gcc
|
||||
env: SWIGLANG=java
|
||||
before_install:
|
||||
- sudo apt-get install libboost-dev -qq
|
||||
script:
|
||||
- set
|
||||
- ./autogen.sh && ./configure
|
||||
- make -s
|
||||
- make -k check-$SWIGLANG-examples check-$SWIGLANG-test-suite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue