ref: 5dbd0cbc4c8d7f61b26256d9cf3da48f374b394d 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