Skip to content

Commit fc51e0a

Browse files
committed
travis: use normal install process
1 parent ee511c3 commit fc51e0a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ env:
1919
global:
2020
- GO111MODULE=on
2121

22-
install:
23-
- # Do not install go-github yet, since we want it to happen inside the script step.
24-
2522
script:
26-
- go get -t -v ./...
2723
- diff -u <(echo -n) <(gofmt -d -s .)
2824
- go generate -x ./... && git diff --exit-code; code=$?; git checkout -- .; (exit $code) # Check that go generate ./... produces a zero diff; clean up any changes afterwards.
2925
- go vet ./...

0 commit comments

Comments
 (0)