From 2fced1dd60557094e915eb28af3eb435da4edae5 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Thu, 3 Oct 2019 15:28:45 +0530 Subject: [PATCH] :green_heart: Fixing CI build --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 994a3e7c9..68fbe14aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,11 @@ branches: install: - "npm install firebase-tools" - "npm install" + +script: + - "cd cloud-functions/functions" + - "npm install" + - "cd .." - "npm run generate" notifications: