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 b87329a commit 5bc9d74Copy full SHA for 5bc9d74
.travis.yml
@@ -1,14 +1,14 @@
1
sudo: false
2
language: go
3
go:
4
- - 1.5.1
+ - 1.6.3
5
- tip
6
matrix:
7
allow_failures:
8
- go: tip
9
fast_finish: true
10
install:
11
- - go get golang.org/x/tools/cmd/vet
+ - # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step).
12
script:
13
- go get -t -v ./...
14
- diff -u <(echo -n) <(gofmt -d -s .)
README.md
@@ -42,4 +42,4 @@ go build
42
License
43
-------
44
45
-- [MIT License](http://opensource.org/licenses/mit-license.php)
+- [MIT License](https://opensource.org/licenses/mit-license.php)
0 commit comments