mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00: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
@ -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 New Issue
Block a user