From c4269b618599be45fcc3fafe04a10216791ad84c Mon Sep 17 00:00:00 2001 From: Filippo Valsorda <1225294+FiloSottile@users.noreply.github.com> Date: Mon, 7 Oct 2019 22:39:10 -0400 Subject: [PATCH] .travis.yml: enable Travis-CI (#5) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a19abfd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +os: linux +arch: arm64 +dist: bionic +language: go +go: 1.x