OSDN Git Service

add package
[bytom/vapor.git] / vendor / github.com / multiformats / go-multiaddr / .travis.yml
diff --git a/vendor/github.com/multiformats/go-multiaddr/.travis.yml b/vendor/github.com/multiformats/go-multiaddr/.travis.yml
new file mode 100644 (file)
index 0000000..8f187a8
--- /dev/null
@@ -0,0 +1,27 @@
+os:
+  - linux
+  - osx
+
+language: go
+
+go:
+    - 1.10.x
+
+install: true
+
+before_install:
+  - make deps
+
+script:
+  - go vet
+  - go test -race -coverprofile=coverage.txt -covermode=atomic
+
+after_success:
+    - bash <(curl -s https://codecov.io/bash)
+
+cache:
+    directories:
+        - $GOPATH/src/gx
+
+notifications:
+  email: false