We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed93831 commit f79b482Copy full SHA for f79b482
.travis.yml
@@ -25,7 +25,7 @@ before_install:
25
- echo "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list
26
- sudo apt-get -qq update
27
- sudo apt-get install -y libseccomp-dev/trusty-backports
28
- - go get -u github.com/golang/lint/golint
+ - go get -u golang.org/x/lint/golint
29
- go get -u github.com/vbatts/git-validation
30
- env | grep TRAVIS_
31
0 commit comments