From 886604142c05210107195e22347c111656feae92 Mon Sep 17 00:00:00 2001 From: Eric Neidhardt Date: Fri, 17 Jul 2020 07:42:09 +0000 Subject: [PATCH] Update gitpod configuration --- .gitpod.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..d473f31 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,2 @@ +tasks: + - init: go get && make build && make test