From 62d3f4215328b24b20ab420b423629963c359550 Mon Sep 17 00:00:00 2001 From: prologic Date: Fri, 17 Sep 2021 23:33:52 +0000 Subject: [PATCH] Remove Travis CI config git-svn-id: file:///srv/svn/repo/aya/trunk@49 cec141ff-132a-4243-88a5-ce187bd62f94 --- .travis.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 60b2ba8..0000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: go - -go: - - 1.2 - - 1.3 - - 1.4 - - release - - tip - -before_install: - - pip install --user codecov -after_success: - - codecov - -script: - - go test -coverprofile=coverage.txt -covermode=atomic