ref: 31059cf2904c714dcd0e995efe3b416b7498d483
dir: /.travis.yml/
language: c os: - linux compiler: - gcc before_install: - if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install -y libc6-dev-i386 g++-multilib; fi script: - scripts/build.sh after_success: - bash <(curl -s https://codecov.io/bash)