1 # Control file for continuous integration testing at http://travis-ci.org/
25 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
26 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install xz; fi
29 - if test "$USE_CONFIG" = "yes" ; then autoreconf && ./configure ; fi && make -e && make test