changeset 48:d004c7c4ddf4 draft

Remove Travis CI config
author prologic
date Fri, 17 Sep 2021 23:33:52 +0000
parents 0adadd497d23
children 88a7d4a1ff62
files .travis.yml
diffstat 1 files changed, 0 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Fri Sep 17 23:32:14 2021 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -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