aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/Xe/jsonfeed/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/Xe/jsonfeed/.travis.yml')
-rw-r--r--vendor/github.com/Xe/jsonfeed/.travis.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/Xe/jsonfeed/.travis.yml b/vendor/github.com/Xe/jsonfeed/.travis.yml
deleted file mode 100644
index e872c60..0000000
--- a/vendor/github.com/Xe/jsonfeed/.travis.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/
-
-language: go
-
-go:
- - 1.8.1
-
-before_install:
- - go get -t -v ./...
-
-script:
- - go test -race -coverprofile=coverage.txt -covermode=atomic
-
-after_success:
- - bash <(curl -s https://codecov.io/bash)