From 7d175c8f0d83eb705f2c579d0ca774569f4ab5e2 Mon Sep 17 00:00:00 2001 From: Oran Moshai <12291998+oranmoshai@users.noreply.github.com> Date: Sun, 23 Feb 2020 13:01:54 +0200 Subject: [PATCH] Rename travis.yml to .travis.yml --- travis.yml => .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename travis.yml => .travis.yml (58%) diff --git a/travis.yml b/.travis.yml similarity index 58% rename from travis.yml rename to .travis.yml index a6c8c63..c0f3a2a 100644 --- a/travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ go: - 1.13.x script: - - go test -v -race ./... \ No newline at end of file + - go test -v -race ./...