ref: ddb2c97242f80e9e468001d174025d6f76d01d10
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