]> Nishi Git Mirror - aya.git/commitdiff
Remove Travis CI config
authorJames Mills <prologic@shortcircuit.net.au>
Fri, 17 Sep 2021 23:33:52 +0000 (09:33 +1000)
committerJames Mills <prologic@shortcircuit.net.au>
Fri, 17 Sep 2021 23:33:52 +0000 (09:33 +1000)
.travis.yml [deleted file]

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index 60b2ba8..0000000
+++ /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