ref: 66d060c7734c9b780d0183f6565d474fc246b84b
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