mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
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:
parent
2932cf1897
commit
0b1985a726
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user