shithub: mp3dec

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