From 0200666451002322ac09cb2d2eb346d8f501d255 Mon Sep 17 00:00:00 2001
From: Dennis Lutter <lad1337@gmail.com>
Date: Fri, 20 Apr 2012 17:17:53 +0200
Subject: [PATCH] add development branch to travis whitelist

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index beeb64de7..11261769f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ python:
 # whitelist
 branches:
   only:
+    - development
     - unittest
 
 before_script: cd ./tests
-- 
GitLab