Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atotto/travisci-golang-example
Travis-CI example for Go #golang
https://github.com/atotto/travisci-golang-example
Last synced: about 6 hours ago
JSON representation
Travis-CI example for Go #golang
- Host: GitHub
- URL: https://github.com/atotto/travisci-golang-example
- Owner: atotto
- Created: 2012-11-23T07:01:24.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T03:10:26.000Z (over 3 years ago)
- Last Synced: 2024-10-31T15:53:07.200Z (7 days ago)
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 31
- Watchers: 3
- Forks: 55
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/atotto/travisci-golang-example.svg?branch=master)](https://travis-ci.com/atotto/travisci-golang-example)
# Travis-CI example for Go
This is "go get"-able project and Travis-CI buildable.
## go module
go get -u github.com/atotto/travisci-golang-example
## Travis-CI
You can see a build status: https://travis-ci.com/atotto/travisci-golang-example
## References
Building a Go Project: https://docs.travis-ci.com/user/languages/go/
How to Write Go Code: http://golang.org/doc/code.html