1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Travis no longer has to remove yarn.lock

This commit is contained in:
Tim Neutkens 2018-09-02 15:20:19 +02:00
parent f9cd204c99
commit 442ec79369

View file

@ -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"