shithub: mp3dec

ref: aeec1573076484f7a7824cf9289f09b9be1011c1
dir: /.travis.yml/

View raw version
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)