commit c4269b618599be45fcc3fafe04a10216791ad84c parent dd0939ffaa6930317004111d9592dc0982a72a5b Author: Filippo Valsorda <1225294+FiloSottile@users.noreply.github.com> Date: Mon, 7 Oct 2019 22:39:10 -0400 .travis.yml: enable Travis-CI (#5) Diffstat:
A | .travis.yml | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -0,0 +1,5 @@ +os: linux +arch: arm64 +dist: bionic +language: go +go: 1.x