From 70d7e17f57a1100a646e5eba251a04617f0b8d22 Mon Sep 17 00:00:00 2001 From: jloveland Date: Thu, 15 Oct 2015 22:51:33 -0400 Subject: [PATCH] removing keepAlive conf to fail travis if e2e tests fail --- gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 9564b81..45bced7 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -201,7 +201,6 @@ module.exports = function (grunt) { protractor: { options: { configFile: 'protractor.conf.js', - keepAlive: true, noColor: false, webdriverManagerUpdate: true },