Skip to content

Commit 8ee5079

Browse files
author
Angel Barrera
committed
Removes variable from commands
1 parent 637f298 commit 8ee5079

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ env:
1515
- PATH=/snap/bin:$PATH
1616

1717
script:
18-
- GO111MODULE=on go build
18+
- go build
1919

2020
install:
2121
# needed for the snap pipe:
2222
- sudo snap install snapcraft --classic
23-
- GO111MODULE=on go mod download
23+
- go mod download
2424

2525
# calls goreleaser
2626
deploy:

0 commit comments

Comments
 (0)