ref: 33e9eb098cb6b59a4bbd89840f2629b877e2f04f
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