# Travis-CI Build Script for AlphaChat/ACOPM # See https://travis-ci.org/ for details language: c sudo: false os: linux notifications: email: false addons: apt: sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.9 - llvm-toolchain-precise packages: - clang-3.9 - clang-5.0 - gcc-5 - gcc-6 - automake - autoconf - libconfig-dev - libevent-dev compiler: - clang-3.9 - clang-5.0 - gcc-5 - gcc-6 env: - TRAVIS_MBEDTLS=no - TRAVIS_MBEDTLS=yes git: submodules: false script: - ./.travis/build.sh