From 4bcb769aa3981cebfeb5a71a2e5b252878f0dbe9 Mon Sep 17 00:00:00 2001 From: Erin Doyle Date: Sat, 6 Oct 2018 12:30:59 -0400 Subject: [PATCH] Removed yarn from Travis yaml so npm will be used with package-lock.json and use npm ci --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 041ca82..945d1db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,5 @@ sudo: required addons: chrome: stable -cache: yarn - matrix: fast_finish: true