--- liblscp/trunk/.travis.yml 2016/10/31 12:00:00 3035 +++ liblscp/trunk/.travis.yml 2016/11/03 09:08:44 3036 @@ -1,9 +1,23 @@ language: c +sudo: required +dist: trusty + +notifications: + email: + recipients: + - rncbc@rncbc.org + on_success: change + on_failure: always + +branches: + only: + - master + before_script: - ./autogen.sh script: - ./configure -- make -- sudo make install + && make + && sudo make install