From 5b77ccf4b2746baf35fc2a3b07290c5e0278301c Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Wed, 6 Jul 2016 10:37:46 -0400
Subject: [PATCH] Lock eslint to version 2.7.0.

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

diff --git a/.travis.yml b/.travis.yml
index d339bbbc73a..2efa0ddc969 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@ before_script:
   - pear install phing/phing
   - phpenv config-rm xdebug.ini
   - phpenv rehash
-  - npm install -g eslint
+  - npm install -g eslint@2.7.0
 
 script:
   - phing composer phpunitfast phpcs-console php-cs-fixer-dryrun eslint
-- 
GitLab