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