This website requires JavaScript.
Explore
Help
Sign in
awesome
/
go
Watch
1
Star
0
Fork
You've already forked go
0
mirror of
https://github.com/avelino/awesome-go.git
synced
2024-11-13 11:14:37 -05:00
Code
Activity
f853a684b8
go
/
.travis.yml
10 lines
74 B
YAML
Raw
Normal View
History
Unescape
Escape
add travis config
2015-04-13 23:50:23 -04:00
language
:
go
go
:
Updated .travis.yml (#1643) Use the latest stable Go version (https://docs.travis-ci.com/user/languages/go/#Specifying-a-Go-version-to-use)
2017-10-22 09:58:10 -04:00
-
1.
x
use travis docker container infrastructure
2015-09-08 11:07:10 -04:00
sudo
:
false
add travis config
2015-04-13 23:50:23 -04:00
install
:
working on gfm compat (helps #1224) (#1342) * fix gfm compat Signed-off-by: Kirill Danshin <k@guava.by> * fix .travis.yml Signed-off-by: Kirill Danshin <k@guava.by> * requested changes Signed-off-by: Kirill Danshin <k@guava.by>
2017-04-27 10:08:18 -04:00
-
go get -t -v ./...
Copy permalink