1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

use npm instead of yarn tp install greenkeeper-lockfile

This commit is contained in:
ivaosthu 2017-12-18 09:20:33 +01:00 committed by Ivar Conradi Østhus
parent 4999bb93cf
commit 2348036e4d

View File

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