ref: 484af2580b82dffd695fcd0841fc34a9dc5f7293
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