Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from golint-fixer/master
Browse files Browse the repository at this point in the history
Fix golint import path
  • Loading branch information
g-k committed Nov 14, 2018
2 parents a857243 + 68109e2 commit cc1a4db
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 @@ -4,7 +4,7 @@ go: '1.10'
go_import_path: go.mozilla.org/mar
before_install:
- sudo apt-get -y install libnss3-tools
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
script:
Expand Down

0 comments on commit cc1a4db

Please sign in to comment.