Skip to content

Commit 685e1aa

Browse files
author
Roberto Sora
committed
fix install command for go-task to solve "undefined: interp.EnvFromList" error
1 parent 0ea3f42 commit 685e1aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ env:
1111
# Make sure golangci-lint is vendored.
1212
before_install:
1313
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.16.0
14-
- go install github.com/go-task/task/cmd/task
15-
14+
- curl -sL https://taskfile.dev/install.sh | sh
1615

1716
install: true
1817

0 commit comments

Comments
 (0)