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