OSDN Git Service

add package
[bytom/vapor.git] / vendor / github.com / multiformats / go-multihash / .travis.yml
diff --git a/vendor/github.com/multiformats/go-multihash/.travis.yml b/vendor/github.com/multiformats/go-multihash/.travis.yml
new file mode 100644 (file)
index 0000000..9f10ab5
--- /dev/null
@@ -0,0 +1,21 @@
+os:
+  - linux
+
+language: go
+
+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)
+  - cd test && make test
+
+cache:
+    directories:
+        - $GOPATH/src/gx
+
+notifications:
+  email: false