We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e538687 commit ee73e84Copy full SHA for ee73e84
.travis.yml
@@ -6,7 +6,7 @@ go:
6
# - 1.2 This won't work with our XML wonderfulness
7
# - 1.3 This won't work with golint
8
# - 1.4 This won't work with golint
9
- - 1.5
+# - 1.5 This won't work with golint
10
- 1.6
11
- 1.7
12
# - tip
circle.yml
@@ -1,11 +1,5 @@
1
-dependencies:
2
- pre:
3
- - go get github.com/axw/gocov/gocov
4
- - go get github.com/mattn/goveralls
5
- - go get github.com/golang/lint
test:
override:
- diff -u <(echo -n) <(gofmt -s -d ./)
- diff -u <(echo -n) <(go vet ./...)
- - diff -u <(echo -n) <(golint ./...)
- go test -v -race ./...
0 commit comments