From 2348036e4debc4c1e80b64a0f488b713304477c2 Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Mon, 18 Dec 2017 09:20:33 +0100 Subject: [PATCH] use npm instead of yarn tp install greenkeeper-lockfile --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a7e5f204dc..62bf2efa52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ env: - DATABASE_URL=postgres://postgres@localhost:5432/unleash_test TEST_DATABASE_URL=postgres://postgres@localhost:5432/unleash_test global: secure: HyWYh1dbUfe2yPF9ZdcdA/IVGyNWmJmpuaRvRGnnpO63/5Y0KT6/hyL6nZ4YJ7Wr/KEt4eMJBJsnzaCFtiqNA3cWyyprzXJButw0o8C6dfd/9jOleisuvdqndu92RqDKIIq2EjHVq3sd6B8uGyiOlkMsyFH57O/V+xHW8MYLnaQ= -before_install: yarn global add greenkeeper-lockfile@1 +before_install: npm install -g greenkeeper-lockfile@1 before_script: - psql -c 'create database unleash_test;' -U postgres - greenkeeper-lockfile-update