mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
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 <t@avelino.xxx>
This commit is contained in:
parent
f16ea104a5
commit
f82112ca7e
@ -7,6 +7,8 @@ sudo: false
|
||||
|
||||
install:
|
||||
- go get -t -v ./...
|
||||
|
||||
before_deploy:
|
||||
- npm install netlify-cli -g
|
||||
|
||||
deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user