This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
pypihub
mirror of
https://github.com/brettlangdon/pypihub.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Update .travis.yml to build Go 1.6
Matt Silverlock
10 years ago
parent
1c83b3eabd
commit
b53bb424a1
1 changed files
with
16 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-5
.travis.yml
+ 16
- 5
.travis.yml
View File
@ -1,8 +1,19 @@
language
:
go
sudo
:
false
go:
-
1.3
-
1.4
-
1.5
-
tip
matrix:
include:
-
go
:
1.3
-
go
:
1.4
-
go
:
1.5
-
go
:
1.6
-
go
:
tip
install:
-
go get golang.org/x/tools/cmd/vet
script:
-
go get -t -v ./...
-
diff -u <(echo -n) <(gofmt -d .)
-
go tool vet .
-
go test -v -race ./...
Write
Preview
Loading…
Cancel
Save