Skip to content

Commit

Permalink
Merge pull request dmacvicar#445 from wking/bump-golint-uri
Browse files Browse the repository at this point in the history
.travis: Update golint URI to use x/lint
  • Loading branch information
MalloZup authored Oct 12, 2018
2 parents 48adac3 + 0ed5513 commit dc5fee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ go_import_path: github.com/dmacvicar/terraform-provider-libvirt
install: true
before_script:
- go get github.com/mattn/goveralls
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
addons:
apt:
packages:
Expand Down

0 comments on commit dc5fee5

Please sign in to comment.