OSDN Git Service

add package
[bytom/vapor.git] / vendor / github.com / multiformats / go-multiaddr-net / .travis.yml
diff --git a/vendor/github.com/multiformats/go-multiaddr-net/.travis.yml b/vendor/github.com/multiformats/go-multiaddr-net/.travis.yml
new file mode 100644 (file)
index 0000000..c0c4fb2
--- /dev/null
@@ -0,0 +1,24 @@
+os:
+  - linux
+
+sudo: true
+
+language: go
+
+go:
+    - 1.11
+
+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"