swig/.travis.yml
William S Fulton 12ee3e9c4c Fix Travis matrix
2013-03-19 22:15:07 +00:00

18 lines
372 B
YAML

language: cpp
matrix:
include:
- python: "2.7"
compiler: gcc
env: SWIGLANG=python
- jdk: oraclejdk7
compiler: gcc
env: SWIGLANG=java
before_install:
- sudo apt-get install libboost-dev -qq
script:
- ./autogen.sh && ./configure
- make -s
- make -k check-$SWIGLANG-examples check-$SWIGLANG-test-suite
branches:
only:
- master