From 7f51b9bfd41eaf939cc6d25e351ef4ff5223a6aa Mon Sep 17 00:00:00 2001
From: Ray Schamp <ray@scratch.mit.edu>
Date: Thu, 13 Oct 2016 11:23:53 -0400
Subject: [PATCH] Build with latest scratch-* dependencies

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

diff --git a/.travis.yml b/.travis.yml
index badaf1969..6e023d3fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,7 @@ env:
   - BASE_PATH=/scratch-gui/
 before_install:
 - npm install react@15 react-dom@15
+- rm -rf node_modules/scratch-*
 after_script:
 - |
   # RELEASE_BRANCHES and NPM_TOKEN defined in Travis settings panel
-- 
GitLab