ref: a7dc86001c892d0e2af9d6d3a95c6869fd9acf75
dir: /.travis.yml/
language: c sudo: required install: - ./.travis-deps.sh os: - linux compiler: - clang - gcc script: - make - sudo make install after_success: - pushd test/asm/ && ./test.sh && popd - pushd test/link/ && ./test.sh && popd