From b5156d26cfe10a8aeca773000e3449621f6d81e6 Mon Sep 17 00:00:00 2001 From: Lucas Dohmen Date: Wed, 26 Sep 2012 15:16:44 +0200 Subject: [PATCH] Trying to add Devel to Travis --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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