ref: 962758a53a845f32631083e6b45cd6ead053403b dir: /.travis.yml/
language: c os: - linux compiler: - gcc before_install: - if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install -y wget; fi script: - scripts/build.sh