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