ref: ab4281b3a6bd6edb7f4d071a88aa7ec67b7ab5e4 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