mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-13 11:14:37 -05:00
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) Signed-off-by: Avelino <t@avelino.xxx>
This commit is contained in:
parent
82f20098c6
commit
2932cf1897
1 changed files with 0 additions and 3 deletions
|
@ -3,8 +3,6 @@ language: go
|
|||
go:
|
||||
- 1.x
|
||||
|
||||
sudo: false
|
||||
|
||||
install:
|
||||
- go get -t -v ./...
|
||||
|
||||
|
@ -16,6 +14,5 @@ before_deploy:
|
|||
deploy:
|
||||
provider: script
|
||||
script: netlify deploy --dir=tmpl --prod
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
|
|
Loading…
Reference in a new issue