From f82112ca7e6dd4481001b666bb46ed5573d01fa1 Mon Sep 17 00:00:00 2001 From: Avelino Date: Fri, 9 Apr 2021 09:13:02 -0300 Subject: [PATCH] move netlify-cli install to before deploy we don't need it to run the tests, running the tests will be a few seconds faster Signed-off-by: Avelino --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d6f403de..2be03daf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ sudo: false install: - go get -t -v ./... + +before_deploy: - npm install netlify-cli -g deploy: