From 901b86277a4071868aed9cfe2668075d8c211079 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Mon, 21 Nov 2016 11:24:44 +0200
Subject: [PATCH] Issue #2829232: Updated [Varbase 8.x-4.x] profile: Updated
 [travis-ci] automated testing to install Varbase Development feature on the
 automated testing job.

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

diff --git a/.travis.yml b/.travis.yml
index d3e5caad..110b549e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -88,6 +88,10 @@ before_script:
   - drush runserver --default-server=builtin 8080 &>/dev/null &
   - sleep 5
   
+  # Install Varbase Development feature.
+  # Development Environment Modules and Features, make sure to disable this feature in production.
+  - drush -y en varbase_development -vvv
+  
   # Install entityqueue module.
   - drush -y en entityqueue -vvv
 
-- 
GitLab