ref: d4e9bd557740671d2c5577bcb4285fc06b3ccd98
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
after_success:
- bash <(curl -s https://codecov.io/bash)