Skip to content

Instantly share code, notes, and snippets.

View spyzhov's full-sized avatar
:octocat:

Stepan Pyzhov spyzhov

:octocat:
  • McMakler GmbH
  • Germany, Berlin
View GitHub Profile
@ryboe
ryboe / .travis.yml
Last active November 23, 2023 05:37
Example .travis.yml for Golang
# use the latest ubuntu environment (18.04) available on travis
dist: bionic
language: go
# You don't need to test on very old versions of the Go compiler. It's the user's
# responsibility to keep their compiler up to date.
go:
- 1.16.x