awesome-go/.travis.yml
Avelino f82112ca7e
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>
2021-04-09 09:14:58 -03:00

20 lines
236 B
YAML

language: go
go:
- 1.x
sudo: false
install:
- go get -t -v ./...
before_deploy:
- npm install netlify-cli -g
deploy:
provider: script
script: netlify deploy --dir=tmpl --prod
skip_cleanup: true
on:
branch: master