diff --git a/.travis.yml b/.travis.yml index c92d145e15..22e30a9915 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: c before_script: "bash -c 'cd UnitTests/HttpInterface && bundle'" -script: "./configure && make && ./unittests.sh" +script: "./configure && make unittests" -branches: +branches: only: - master - 1.0 - 1.1 + - devel