OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / vendor / github.com / libp2p / go-libp2p-crypto / .travis.yml
diff --git a/vendor/github.com/libp2p/go-libp2p-crypto/.travis.yml b/vendor/github.com/libp2p/go-libp2p-crypto/.travis.yml
deleted file mode 100644 (file)
index 9a7e494..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-language: go
-sudo: true
-
-go:
-  - 1.11.x
-
-install:
-  - make deps
-
-script:
-  - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
-
-cache:
-  directories:
-    - $GOPATH/src/gx
-
-notifications:
-  email: false
-
-env: GOTFLAGS="-race"