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: