Skip to content

Commit

Permalink
Revert "fixed warnings on travisci config - root: deprecated key sudo…
Browse files Browse the repository at this point in the history
… (The key `sudo` has no effect anymore.) - deploy: deprecated key skip_cleanup (not supported in dpl v2, use cleanup)"

This reverts commit 2932cf1.
  • Loading branch information
avelino committed Apr 9, 2021
1 parent 2932cf1 commit 0b1985a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: go
go:
- 1.x

sudo: false

install:
- go get -t -v ./...

Expand All @@ -14,5 +16,6 @@ before_deploy:
deploy:
provider: script
script: netlify deploy --dir=tmpl --prod
skip_cleanup: true
on:
branch: master

0 comments on commit 0b1985a

Please sign in to comment.