From 1c62c044f02d3986f8bb66e363b37fecc6738063 Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Mon, 13 Jan 2020 21:22:30 +0100 Subject: [PATCH] [travis] Add devel and remove debian branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4d6f2435..0ca40d97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ notifications: branches: only: - master - - debian + - devel script: ./travis_custom/build_custom after_success: ./.travis/run after_success after_failure: ./.travis/run after_failure -- GitLab