ref: 96fe7b8fd3710f407e01b3683d523cd4669362ec 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