From 442ec7936953cbd7f84ce69d36d9600ad93f7190 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Sun, 2 Sep 2018 15:20:19 +0200 Subject: [PATCH] Travis no longer has to remove yarn.lock --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d7e835b1..accd1a37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,6 @@ directories: ["node_modules"] }, before_install: [ - "rm yarn.lock", "export DISPLAY=:99.0", "sh -e /etc/init.d/xvfb start", "sleep 3"