Revert "fixed warnings on travisci config - root: deprecated key sudo (The key `sudo` has no effect anymore.) - deploy: deprecated key skip_cleanup (not supported in dpl v2, use cleanup)"

This reverts commit 2932cf1897.
This commit is contained in:
Avelino 2021-04-09 15:10:19 -03:00
parent 2932cf1897
commit 0b1985a726
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,8 @@ language: go
go:
- 1.x
sudo: false
install:
- go get -t -v ./...
@ -14,5 +16,6 @@ before_deploy:
deploy:
provider: script
script: netlify deploy --dir=tmpl --prod
skip_cleanup: true
on:
branch: master