ref: 6577534a80c833bd310276f1e2bd3254271bb86d
dir: /.travis.yml/
language: c compiler: - gcc - clang os: - linux - osx env: - CONFIG="" - CONFIG="--enable-assertions" - CONFIG="--enable-fixed-point" - CONFIG="--enable-fixed-point --disable-float-api" - CONFIG="--enable-fixed-point --enable-assertions" script: - ./autogen.sh - ./configure $CONFIG - make distcheck