From 6b9e4ad55f9d2caa11d3804a5ad0d1aa463d667c Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sat, 11 Nov 2017 08:53:40 +0100 Subject: [PATCH] Add greenkeeper-lockfile --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4873cfd318..a7e5f204dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,13 +7,13 @@ 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_script: - psql -c 'create database unleash_test;' -U postgres -script: -- yarn -- yarn run test:coverage -after_success: -- yarn run test:coverage-report +- greenkeeper-lockfile-update +script: yarn run test:coverage +after_script: greenkeeper-lockfile-upload +after_success: yarn run test:coverage-report notifications: slack: secure: MroremSKwtQkwPbrXjgs9hIqKTCDKk7bAIXXzjcS6wXC9uRaFgwFaW8oO3vBxtWa4BL44EQBLE/rboWgqFER62+XgXNgEqGZqrcJHJvby4r+dUNMPI64OZvWdIiydIYxLo8C1C4x5PqBup0xuLq8h/SBnNvA2NLgkjuvzOi+v/Q=