Created
January 24, 2018 05:58
-
-
Save JohnMurray/38a93a092ef34e5f4883f59698f8f69b to your computer and use it in GitHub Desktop.
basic Go setup for Travis - snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: go | |
go: | |
- 1.8 | |
- 1.9 | |
- 1.9.x | |
- master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment