language: cpp compiler: gcc before_install: sudo apt-get install cmake libboost-all-dev libcurl4-openssl-dev script: - cd TriviaBot - cmake . - make