From f8cee14175a361685e145b2ae96c824a23fa82dc Mon Sep 17 00:00:00 2001
From: Ray Schamp <ray@scratch.mit.edu>
Date: Tue, 27 Sep 2016 16:17:17 -0400
Subject: [PATCH] Install React explicitly for npm 3

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

diff --git a/.travis.yml b/.travis.yml
index aaddb6a8b..92cf64d96 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,8 @@ node_js:
 cache:
   directories:
   - node_modules
+before_install:
+- npm install react@15 react-dom@15
 after_script:
 - |
   # RELEASE_BRANCHES and NPM_TOKEN defined in Travis settings panel
-- 
GitLab