We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 734f5c4 + 843405b commit 431211aCopy full SHA for 431211a
.tool/lint
@@ -6,7 +6,7 @@ set -o pipefail
6
7
if [ ! $(command -v gometalinter) ]; then
8
go get -u github.com/alecthomas/gometalinter
9
- gometalinter --update --install
+ gometalinter --install
10
fi
11
12
for d in $(find . -type d -not -iwholename '*.git*' -a -not -iname '.tool' -a -not -iwholename '*vendor*'); do
.travis.yml
@@ -14,7 +14,7 @@ before_install:
14
- docker pull vbatts/pandoc
15
- make install.tools
16
- go get -u github.com/alecthomas/gometalinter
17
- - gometalinter --install --update
+ - gometalinter --install
18
- go get -t -d ./...
19
20
install: true
0 commit comments