Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit d1d82fe

Browse files
author
Jon Perritt
committed
remove 'exec' from 'script' attribute
1 parent bfd4214 commit d1d82fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ before_install:
1515
- go get github.com/pierrre/gotestcover
1616
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
1717
script:
18-
- exec $HOME/gopath/bin/gotestcover -v -tags=fixtures -coverprofile=cover.out ./...
18+
- $HOME/gopath/bin/gotestcover -v -tags=fixtures -coverprofile=cover.out ./...
1919
after_success:
2020
- $HOME/gopath/bin/goveralls -service=travis-ci -coverprofile=cover.out

0 commit comments

Comments
 (0)