aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/jackpal
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2017-02-16 20:21:11 +0800
committerFelix Lange <fjl@twurst.com>2017-02-16 20:44:09 +0800
commit2c4455b12aca82ccd29c05c1750c25430867e545 (patch)
tree0beb8c96c7bf6a5a82434ed79218e822927434c3 /vendor/github.com/jackpal
parentc8695fae359aa327da9203a57ffaf4f2d47d4370 (diff)
downloadgo-tangerine-2c4455b12aca82ccd29c05c1750c25430867e545.tar
go-tangerine-2c4455b12aca82ccd29c05c1750c25430867e545.tar.gz
go-tangerine-2c4455b12aca82ccd29c05c1750c25430867e545.tar.bz2
go-tangerine-2c4455b12aca82ccd29c05c1750c25430867e545.tar.lz
go-tangerine-2c4455b12aca82ccd29c05c1750c25430867e545.tar.xz
go-tangerine-2c4455b12aca82ccd29c05c1750c25430867e545.tar.zst
go-tangerine-2c4455b12aca82ccd29c05c1750c25430867e545.zip
vendor: update dependencies with github.com/kardianos/govendor
Diffstat (limited to 'vendor/github.com/jackpal')
-rw-r--r--vendor/github.com/jackpal/go-nat-pmp/.travis.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/jackpal/go-nat-pmp/.travis.yml b/vendor/github.com/jackpal/go-nat-pmp/.travis.yml
deleted file mode 100644
index 9c3f6547d..000000000
--- a/vendor/github.com/jackpal/go-nat-pmp/.travis.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-language: go
-
-go:
- - 1.6.2
- - tip
-
-allowed_failures:
- - go: tip
-
-install:
- - go get -d -v ./... && go install -race -v ./...
-
-script: go test -race -v ./...