Enable travis for feature/* branches
diff --git a/.travis.yml b/.travis.yml
index 31b74b1..2496def 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,4 +23,5 @@
 
 branches:
   only:
-    - develop
\ No newline at end of file
+    - develop
+    - /^feature\/.+$/
\ No newline at end of file