ref: 1a5c423984ca6cce1cb0b6b2100836bf4aa56e84
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