OSDN Git Service

add package
[bytom/vapor.git] / vendor / github.com / multiformats / go-multihash / .travis.yml
1 os:
2   - linux
3
4 language: go
5
6 go:
7   - 1.11.x
8
9 install:
10   - make deps
11
12 script:
13   - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
14   - cd test && make test
15
16 cache:
17     directories:
18         - $GOPATH/src/gx
19
20 notifications:
21   email: false